Comment by ericdotlee

Comment by ericdotlee 15 hours ago

2 replies

This is incredibly cool, but I wonder when more of the AI ecosystem will move past python tooling into something more... performant?

Very interesting to already see rust based inference frameworks as well.

leoh 12 hours ago

"Python" is perfectly performant for AI and this demonstrates a deep lack of understanding. Virtually every library in python used for AI delegates to lower-level code written in C++.

  • tcfhgj 11 hours ago

    well, not all the time, e.g. orchestration and handling between multiple libraries