Hacker News new | ask | show | jobs
by cloudhan 1108 days ago
onnxruntime is written in C++. So it is not misleading =)
1 comments

Also, doesn't llama.cpp use ggml.cpp ?

Or at least has parts of that project copy pasted into its tree?

Yes, both were created by the same person. On llama.cpp README says

> This project is for educational purposes and serves as the main playground for developing new features for the ggml library.

(Edit, typo.)

Yes, so llama.cpp is also not in the same spirit as the llama.cpp version op has in his head.