The Llama Ecosystem: Past, Present, and Future
31–40 of 40 posts
Re: The Llama Ecosystem: Past, Present, and Future
#32May I ask what are you all doing running a LLM locally?
cooking meth, making molotov cocktails, discussing my medical history, sex ok seriously though I had fun over the weekend chatting with Samantha on a long car ride on my MacBook. We were mostly asking about history.
Re: The Llama Ecosystem: Past, Present, and Future
#33Re: The Llama Ecosystem: Past, Present, and Future
#34Earlier quoted context omitted.
cooking meth, making molotov cocktails, discussing my medical history, sex ok seriously though I had fun over the weekend chatting with Samantha on a long car ride on my MacBook. We were mostly asking about history.
Which version are you running, and are you running it through llama.cpp or something? I was just thinking about exactly something like Samantha on the ride home today, and of course it already exists!
[0]: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-...
Re: The Llama Ecosystem: Past, Present, and Future
#35Earlier quoted context omitted.
Which version are you running, and are you running it through llama.cpp or something? I was just thinking about exactly something like Samantha on the ride home today, and of course it already exists!
Latest 34B with llama.cpp [0] via the Mac app I’ve been building, FreeChat [1]. [0]: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-... [1]: https://github.com/psugihara/FreeChat
Re: The Llama Ecosystem: Past, Present, and Future
#36May I ask what are you all doing running a LLM locally?
Re: The Llama Ecosystem: Past, Present, and Future
#37I'm so happy that Meta was slightly late in the LLM race and so decided to go the chaos route by just open sourcing everything.
Re: The Llama Ecosystem: Past, Present, and Future
#38May I ask what are you all doing running a LLM locally?
Re: The Llama Ecosystem: Past, Present, and Future
#39People on HN like to complain about the license all the time like a crusade but I’m personally very thankful for their work and the community that is building off of it. I recently setup Ollama + codellama + continue dev and it’s game changer. Practically have been a drop in github copilot replacement but local.
Yeah the community is great. It’d just be better if it was around RWKV or something that doesn’t prevent you from improving any models outside of the llama ecosystem. It’s a great embrace, extend, extinguish play by meta.
> It’s a great embrace, extend, extinguish play by meta.
Meta released Pytorch, Pytext and even built ONNX with Microsoft to avoid an EEE situation. What more could you possibly want?
Re: The Llama Ecosystem: Past, Present, and Future
#40Earlier quoted context omitted.
The “original” and by far most common format for quantization is GPTQ. AWQ support is spreading more, which is nice.
Again, for a subset of the local LLM community. Quantization was not invented on Github, by llama.cpp, for LLMs in 2023.
Of course quantization was invented well before LLMs. However, LLMs have dramatically accelerated development on quantization and resulted in an explosion in use.