Live data from Hacker News

Viewing profile — atairov

atairov

HN member
Joined
Sun, Aug 13, 2023, 9:48 PM UTC
HN karma
5
Public activity
19 items

About atairov

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. story
  4. comment
    Comment #38529489

    A technology partnership with NVIDIA to bring all the benefits of their accelerated compute platform to MAX, unifying and simplifying heterogeneous CPU+GPU development for AI devel…

  5. story
  6. story
  7. comment
    Comment #37874707

    I'm honoured to be the author of the first ever guest post on the Modular AI blog

  8. story
  9. comment
    Comment #37482030

    I'm not that much in context regarding BLAS. People are trying to optimize the code as much as possible, but some optimizations are not approved to be merged due to over-complexity…

  10. story
  11. story
  12. comment
    Comment #37476464

    Hi. Thanks for commenting on this. You're correct llama2.c was built with runfast that doesn't execute on cores via OMP. This made comparison fair, since in Mojo the parallelize he…

  13. story
  14. comment
    Comment #37115870

    If your goal is to make it as fast as possible, then for sure Python implementation is not a solution here. I think for this exactly reason llama.cpp got high attention

  15. comment
    Comment #37115162

    Regarding the original llama2.c as I believe the value proposition is to have simple implementation that can execute the inference locally on wide variety of platforms. What if we …

  16. comment
    Comment #37115104

    Personally for me the value was to implement a complex logic from a scientific paper in a pure Python. It helps to understand the essence of a cutting edge AI technology. And it's …

  17. comment
    Comment #37115072

    1.3 tok / sec is something similar to my Python version port performance, but I tried on M1 Max

  18. comment
    Comment #37115050

    Thanks for sharing this! It's great to have a reference implementation written on java lang. With given original simplicity it's really easy to follow llama architecture logic. Jus…

  19. story