Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
11–20 of 298 posts
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#12Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#13George 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.
Can you link to the Twitch stream VoD?
although, there is a VOD channel on YT that might be better.
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#14Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#15George 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
#16Earlier quoted context omitted.
https://www.twitch.tv/georgehotz/videos?filter=archives&sort... although, there is a VOD channel on YT that might be better.
why does it say video unavailable?
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#17Earlier quoted context omitted.
https://www.twitch.tv/georgehotz/videos?filter=archives&sort... although, there is a VOD channel on YT that might be better.
why does it say video unavailable?
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#18Don't know anything about ML can someone can explain me what is this hype about?
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#19I 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…
"""
Fixed the llama sampler. After turning off top_p, adding top_k 40, setting temp to 0.7, and adding a repetition penalty of 1/0.85, llama 7B is looking nice.
"""
https://twitter.com/theshawwn/status/1632569215348531201?cxt...
https://twitter.com/theshawwn/status/1633456289639542789?cxt...
Re: Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support
#20Don't know anything about ML can someone can explain me what is this hype about?