Ahmed Tremo
Ahmed Tremo
  • 7
  • 20 984
Spegel - Project Overview
Overview on Spegel architecture with diagrams giving a visual view of it works and what are the inner components and how they interact.
Learn more:
Spegel GitHub Repository: github.com/spegel-org/spegel
In-depth Blog Post: ahmedtremo.com/posts/Spegel-stateless-local-OCI-mirror/
มุมมอง: 70

วีดีโอ

How to Efficiently Serve an LLM?How to Efficiently Serve an LLM?
How to Efficiently Serve an LLM?
มุมมอง 2.8K5 หลายเดือนก่อน
How to Efficiently Serve an LLM Large Language Models (LLMs) have become crucial due to their performance, but their size poses significant serving challenges. This video covers strategies to optimize LLM serving systems for better efficiency. Key Steps in LLM Inference: 1. Request Handling: Users send requests via HTTPs/gRPC, which the LLM server schedules based on Quality of Experience (QoE) ...
What Infrastructure does it take to train a 405B Llama3-like model?What Infrastructure does it take to train a 405B Llama3-like model?
What Infrastructure does it take to train a 405B Llama3-like model?
มุมมอง 4965 หลายเดือนก่อน
Training advanced AI models like Meta’s Llama3-405B involves extensive infrastructure, requiring 16,000 H100 GPUs. This setup faces significant challenges in networking, storage, and compute resources. Key components include: 1. Network Topology: Efficient synchronous communication across GPUs using techniques like All-reduce and 4D parallelism. 2. Storage: High I/O throughput, scalability, and...
Tech Behind TikTok's Addictive Algorithm/Recommendation SystemTech Behind TikTok's Addictive Algorithm/Recommendation System
Tech Behind TikTok's Addictive Algorithm/Recommendation System
มุมมอง 226ปีที่แล้ว
📹 In this video, I dive deep into the fascinating technology behind TikTok’s highly addictive Recommendation System. If you've ever wondered why you can't put TikTok down, this video will reveal the tech magic behind it! 🔍 What You'll Discover: Intricate User and Content Features: How TikTok uses your interactions and video details to tailor your feed. Sophisticated Model Architecture: Insights...
Do you Really Need a VectorDB?Do you Really Need a VectorDB?
Do you Really Need a VectorDB?
มุมมอง 68ปีที่แล้ว
Unraveling the Hype: Do You Really Need a VectorDB? 🤔 | AI & LLM Deep Dive" In this video, we dive into the world of Vector Databases and their role in AI applications, particularly those powered by Large Language Models (LLMs). Are VectorDBs essential or just a tech trend? We critically compare VectorDBs with traditional keyword search, vector indices, and general-purpose databases. Discover t...
How to build your Blog for free on GitHub Pages using Jekyll (Walkthrough).How to build your Blog for free on GitHub Pages using Jekyll (Walkthrough).
How to build your Blog for free on GitHub Pages using Jekyll (Walkthrough).
มุมมอง 16Kปีที่แล้ว
How to build a Blog for free on GitHub pages, developers' guide using Jekyll and GitHub Pages and link it to your personal domain with GoDaddy: My GitHub Blog link: github.com/AhmedTremo/ahmedtremo.github.io/blob/main/_plugins/watcher-patch.rb Theme Link: github.com/cotes2020/chirpy-starter Ruby & Jekyll Installation: jekyllrb.com/docs/installation/ Theme guide: chirpy.cotes.page/posts/getting-...
Game presentation and code, using OpenGL, C++, GLUTGame presentation and code, using OpenGL, C++, GLUT
Game presentation and code, using OpenGL, C++, GLUT
มุมมอง 1.1K5 ปีที่แล้ว
A 3D game for our Computer Graphics course at the GUC, The game was implemented using OpenGL, C and GLUT. Github link : github.com/AhmedTremo/Graphics

ความคิดเห็น

  • @OmarShokr-e2p
    @OmarShokr-e2p 24 วันที่ผ่านมา

    عاش يسطا

  • @SamadAli-rf1un
    @SamadAli-rf1un หลายเดือนก่อน

    Thanks! Ahmed, I already saw many wakthrough videos for setting up my blog using Jekyll but your walkthrough is straight forward and easy to understand to setting up my blog.

    • @SamadAli-rf1un
      @SamadAli-rf1un หลายเดือนก่อน

      Hey Ahmed, I would like to know how I add images to my posts.md file, I tried it many times by puting images inside _post folder as well as create a seperate "Image" folder with all my images in it inside _post folder I use this code " ![image info](_posts\Images\task_manager_process.png)" inside my post.md file to load images but I get error "_posts/images/task_manager_image.png" not found

    • @SamadAli-rf1un
      @SamadAli-rf1un หลายเดือนก่อน

      Oh my bad I just figured out by putting my Images folder into the asset folder from the project it works now.

  • @sergiojhdz
    @sergiojhdz หลายเดือนก่อน

    do you have to update every time on the browser when you make changes? do users have to do that as well?

  • @ahmedtremo
    @ahmedtremo หลายเดือนก่อน

    To update the favicon, use this favicon generator website: realfavicongenerator.net/ and then use the output in the "assets/img/favicons/" folder.

  • @maheshsuryawanshi8117
    @maheshsuryawanshi8117 หลายเดือนก่อน

    bro how to add favicon

    • @ahmedtremo
      @ahmedtremo หลายเดือนก่อน

      To update the favicon, use this favicon generator website: realfavicongenerator.net/ and then use the output in the "assets/img/favicons/" folder.

  • @michael-busbee
    @michael-busbee หลายเดือนก่อน

    @ahmedtremo I was wondering if you could explain how you changed the favicon for the blog? I see you were able to change it on your site. Tried the instructions on the chirpy theme site and it works when I do the local build but when I upload to GH it reverts back to the default chirpy favicon. Any help is appreciated

    • @ahmedtremo
      @ahmedtremo หลายเดือนก่อน

      To update the favicon, use this favicon generator website: realfavicongenerator.net/ and then use the output in the "assets/img/favicons/" folder.

  • @ZhewenLi-ij5sk
    @ZhewenLi-ij5sk หลายเดือนก่อน

    great video, but would be more helpful if you could cite/link the paper and blogs

    • @ahmedtremo
      @ahmedtremo หลายเดือนก่อน

      Thanks, sorry forgot to do the citation in the description, but you can find them in the references section in my blog: ahmedtremo.com/posts/How-to-Efficiently-serve-an-llm/#references

  • @julian.torres
    @julian.torres 3 หลายเดือนก่อน

    Thank you this was very helpful

  • @hienthu6103
    @hienthu6103 3 หลายเดือนก่อน

    I can't write Latex, can someone help me ?

  • @mujta3as3c
    @mujta3as3c 3 หลายเดือนก่อน

    Hey if you are active please can u tell me that there is any way to remove the footer "Using the Chirpy theme for Jekyll. "

  • @enricollen
    @enricollen 3 หลายเดือนก่อน

    after some months, when i try to commit and push to update my page i get this error during github build: ... * At _site/tags/wearable-devices/index.html:1: internal script reference /assets/js/dist/app.min.js does not exist * At _site/tags/yolo/index.html:1: internal script reference /assets/js/dist/app.min.js does not exist ... Does anyone know how to fix it?

  • @kiransonawane2940
    @kiransonawane2940 3 หลายเดือนก่อน

    Thank you so much brother for such an amazing content ♥♥

  • @amoghrgowda4652
    @amoghrgowda4652 3 หลายเดือนก่อน

    Thanks a lot! It helped me so much

  • @nayeemislam574
    @nayeemislam574 4 หลายเดือนก่อน

    How can I update this theme with the latest version?

  • @estebanfore271
    @estebanfore271 4 หลายเดือนก่อน

    was expecting skynet internship quide :/

    • @ahmedtremo
      @ahmedtremo 4 หลายเดือนก่อน

      hahahaha :D

  • @justinmai174
    @justinmai174 4 หลายเดือนก่อน

    keep up the great work! thanks for making this

  • @srikrisgmail
    @srikrisgmail 5 หลายเดือนก่อน

    Good concise presentation.

  • @AnonyousMorris
    @AnonyousMorris 5 หลายเดือนก่อน

    I could tell the content was incredibly high quality but I had trouble following. I think it would've been easier to digest if there was more organization in which methods are presented together rather than a list of all methods.

    • @ahmedtremo
      @ahmedtremo 5 หลายเดือนก่อน

      thanks for taking the time to share your feedback, I think next time I will introduce topics and how they relate to each other first to create a map, then dive in depth afterwards

  • @sanchitbokade201
    @sanchitbokade201 5 หลายเดือนก่อน

    It couldve been better if you had explained maybe a bit more

    • @ahmedtremo
      @ahmedtremo 5 หลายเดือนก่อน

      didn't want the video to go longer, but thanks for feedback, I can divide it up in the future

  • @whiterose9384
    @whiterose9384 5 หลายเดือนก่อน

    I am facing Sass's behavior error on the command bundle exec jekyll s please help

  • @luantv369
    @luantv369 5 หลายเดือนก่อน

    Heyy Ahmed Tremo, great video... is there anyway i can contact you via mail or so..? Need to discuss about a project i am working on...

    • @ahmedtremo
      @ahmedtremo 5 หลายเดือนก่อน

      Sure my email: ahmedtremoo@gmail.com, or linkedin: www.linkedin.com/in/ahmedtremo/

  • @muthukamalan.m6316
    @muthukamalan.m6316 5 หลายเดือนก่อน

    Hi I'm new to ruby I ran into issue with version conflict with ``` Because html-proofer >= 5.0.0 depends on Ruby >= 3.1, < 4.0 and Gemfile depends on html-proofer ~> 5.0, Ruby >= 3.1, < 4.0 is required. So, because current Ruby version is = 3.0.2, version solving has failed. ``` help me how to resolve this in linux

  • @ELJoOker04
    @ELJoOker04 5 หลายเดือนก่อน

    excellent straightforward tutorial, شكرا يا احمد ❤❤

  • @aromahoque721
    @aromahoque721 6 หลายเดือนก่อน

    Finally a tutorial that works. Thank you so much.

  • @propea6940
    @propea6940 6 หลายเดือนก่อน

    Great video

  • @vaibhavvermanitrourkela1215
    @vaibhavvermanitrourkela1215 6 หลายเดือนก่อน

    so helpful

  • @juandiegocastanogomez3854
    @juandiegocastanogomez3854 6 หลายเดือนก่อน

    Love this theme!!! Do you know of another one that keeps a similar style but for a portfolio webpage? Basically the same but including home / projects / project-detail pages?

  • @iKReyan
    @iKReyan 6 หลายเดือนก่อน

    Is there a way to add comments section as part of each blog?

  • @ZhuZhihao
    @ZhuZhihao 6 หลายเดือนก่อน

    very useful!!!

  • @iopyrb
    @iopyrb 6 หลายเดือนก่อน

    can we make it private?

  • @firozhasan8040
    @firozhasan8040 6 หลายเดือนก่อน

    Hello, how to add video file from the assets folder, any idea?

  • @A57278
    @A57278 7 หลายเดือนก่อน

    لو حد مش خريج CS شايف صعب له تراك الماشين ك دراسة و شغل؟

  • @rushwi3489
    @rushwi3489 7 หลายเดือนก่อน

    How upload images in a post?

  • @abuctf
    @abuctf 7 หลายเดือนก่อน

    Interesting way to be productive, by researching why we're not being productive LOL.

    • @ahmedtremo
      @ahmedtremo 7 หลายเดือนก่อน

      hahahahaha truee :D

  • @enricollen
    @enricollen 7 หลายเดือนก่อน

    thank you it worked like a charm

  • @johnjairorimarachinsanchez8824
    @johnjairorimarachinsanchez8824 8 หลายเดือนก่อน

    First, I want to thank you for the very useful video with great content, but I'm not sure if I'm the first one encountering this error when trying to create the first post: 'Error: No such file or directory - git rev-list --count HEAD'. Has anyone else experienced the same issue?

    • @ahmedtremo
      @ahmedtremo 8 หลายเดือนก่อน

      this error typically occurs when you are trying to run a git command in a directory that is not a Git repository, or when the git executable is not properly installed or accessible from your current path. after cloning the repo, did you 'cd PATH' into it?

    • @johnjairorimarachinsanchez8824
      @johnjairorimarachinsanchez8824 8 หลายเดือนก่อน

      @@ahmedtremo Thank you very much!!! I remembered that I didn't clone the repository, I just downloaded it. Now I cloned it and didn't encounter any issues. Amazing, thank you so much.

  • @kalonjitshisekedi6037
    @kalonjitshisekedi6037 8 หลายเดือนก่อน

    Finally a tutorial that works !!!!

  • @kresh1619
    @kresh1619 8 หลายเดือนก่อน

    Can anyone tell me where can I find the watcher-patch troubleshooting source code ?

    • @ahmedtremo
      @ahmedtremo 8 หลายเดือนก่อน

      github.com/AhmedTremo/ahmedtremo.github.io/blob/main/_plugins/watcher-patch.rb

  • @Sein-k8i
    @Sein-k8i 8 หลายเดือนก่อน

    Thankyou, you’ve been a great help to me!😊

  • @Shoya_Ishida_69
    @Shoya_Ishida_69 8 หลายเดือนก่อน

    bundle exec jekyll serve ruby.exe: invalid switch in RUBYOPT: -l (RuntimeError) Im getting this error , and im scracthing head feom past 6hrs , please help me out pleasee 😭

  • @publicpolicycafe
    @publicpolicycafe 9 หลายเดือนก่อน

    The term bundle is not recognised, what should I do ?

  • @mr.pr1ngl3s42
    @mr.pr1ngl3s42 9 หลายเดือนก่อน

    Hello, I have a question: Is there a way to modify the navigation buttons, such as 'HOME' and 'CATEGORIES'? I would like the 'HOME' button to redirect to a different page.

  • @jacobbrown1445
    @jacobbrown1445 9 หลายเดือนก่อน

    Excellent video and great find for a theme. Thank you for posting this. It has really helped me!

  • @skomants2997
    @skomants2997 9 หลายเดือนก่อน

    I don't get it whenever i make any changes to _config.yml it doesn't update. What to do?

    • @razvan3512
      @razvan3512 9 หลายเดือนก่อน

      same

    • @hienthu6103
      @hienthu6103 3 หลายเดือนก่อน

      Make sure you save file

  • @viewsofviswa
    @viewsofviswa 9 หลายเดือนก่อน

    How to change the footer year? on your website it shows 2023.

  • @tdcode
    @tdcode 9 หลายเดือนก่อน

    Man, you’re a wizard 🎉

  • @cpachas3258
    @cpachas3258 10 หลายเดือนก่อน

    Thank you so much! Such a great video!

  • @Zzzaaaa_
    @Zzzaaaa_ 10 หลายเดือนก่อน

    idk why but my page only showing "--- layout: home # Index page ---" on a white page

    • @ahmedtremo
      @ahmedtremo 10 หลายเดือนก่อน

      Make sure you select "GitHub Actions" as a source for build & deployment in "Settings"/"Pages" to avoid issues with auto-deployment.

    • @lozzax98
      @lozzax98 6 หลายเดือนก่อน

      I have the same issue, did you find the fix for this?

    • @propea6940
      @propea6940 6 หลายเดือนก่อน

      I had the same issue too and changing the settings worked

  • @flag_hunter
    @flag_hunter 10 หลายเดือนก่อน

    Can you share how to update this theme version to the latest one?

  • @sofianlak
    @sofianlak 11 หลายเดือนก่อน

    very comprehensive, thank you Ahmed