llama.cpp
llama.app
llama.cpp
1–10 of 136 posts
Re: llama.cpp
#2Re: llama.cpp
#3I was a bit suspicious of the url but it is also listed on llama.cpp github https://github.com/ggml-org/llama.cpp
(I still deeply distrust curlpipes in general though.)
Re: llama.cpp
#4Re: llama.cpp
#5Re: llama.cpp
#6I tried to run in on my Arc A770, but all of the binary releases I could find were compiled without OpenVINO support enabled. I tried compiling it myself, but after two days of the compiler running it failed.
Re: llama.cpp
#7Re: llama.cpp
#8I was a bit suspicious of the url but it is also listed on llama.cpp github https://github.com/ggml-org/llama.cpp
Same, but it looks legit enough to me. Here is the git repo for the site with a link back to llama.app: https://github.com/ggml-org/llama.pages (I still deeply distrust curlpipes in general though.)
Re: llama.cpp
#9Git clone llama.cpp and build it, it's not hard.
https://github.com/ggml-org/llama.cpp/blob/master/docs/build...
literally just a few steps for the basics:
git clone https://github.com/ggml-org/llama.cpp
cmake -B build
cmake --build build --config Release