Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
1–10 of 298 posts
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#2Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#3Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#4Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#5https://github.com/geohot/tinygrad/tree/llama
The only problem is that it's swapping on 16GB Macbook, so you need at least 24GB in practice.
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#6George Hotz already implemented LLaMA 7B and 15B on Twitch yesterday on GPU in Tunygrad llama branch: https://github.com/geohot/tinygrad/tree/llama The only problem is that it's swapping on 16GB Macbook, so you need at least 24GB in practice.
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#7I tried llama 14b model by using one of online tools (mentioned in one of other hn comments, it claimed to use that model, but cannot be 100% sure) and I was very disappointed with results. I tried to ask it fairly simple question: to write regex validating email address, tried this 2 times and got responses: "what is your question" and "please wait..." so it just doged response. in contrast chatgpt was able to provi…
Also those messages sound suspiciously like error messages from a system around it.
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#8I tried llama 14b model by using one of online tools (mentioned in one of other hn comments, it claimed to use that model, but cannot be 100% sure) and I was very disappointed with results. I tried to ask it fairly simple question: to write regex validating email address, tried this 2 times and got responses: "what is your question" and "please wait..." so it just doged response. in contrast chatgpt was able to provi…
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#9George Hotz already implemented LLaMA 7B and 15B on Twitch yesterday on GPU in Tunygrad llama branch: https://github.com/geohot/tinygrad/tree/llama The only problem is that it's swapping on 16GB Macbook, so you need at least 24GB in practice.
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#10Please add some sort of license.