←back to thread

899 points georgehill | 1 comments | | HN request time: 0.399s | source
Show context
TechBro8615 ◴[] No.36215882[source]
I believe ggml is the basis of llama.cpp (the OP says it's "used by llama.cpp")? I don't know much about either, but when I read the llama.cpp code to see how it was created so quickly, I got the sense that the original project was ggml, given the amount of pasted code I saw. It seemed like quite an impressive library.
replies(2): >>36215954 #>>36218722 #
1. make3 ◴[] No.36218722[source]
it's the library used for tensor operations inside of llama.cpp, yes