Y
Hacker News
new
|
ask
|
show
|
jobs
by
ericdotlee
276 days ago
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.
1 comments
leoh
276 days 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++.
link
tcfhgj
275 days ago
well, not all the time, e.g. orchestration and handling between multiple libraries
link