;-)
An LLM playground you can run on your laptop
21–30 of 58 posts
Re: An LLM playground you can run on your laptop
#22Re: An LLM playground you can run on your laptop
#23Earlier quoted context omitted.
Are there any good local models? Gpt-2 is pants once you've gotten used to 4.
GPT2 is ancient news. There are now local running models which, allegedly, can reach the same performance as GPT-4. Look up llama.cpp[1] and all the various community generated models. [1] https://github.com/ggerganov/llama.cpp
Which is pretty cool all things considered. Certainly better than most of us would have expected a short while ago, right?
Re: An LLM playground you can run on your laptop
#24Dang, I don't have a laptop, can I also run it on my desktop...? ;-)
Re: An LLM playground you can run on your laptop
#25Earlier quoted context omitted.
Are there any good local models? Gpt-2 is pants once you've gotten used to 4.
I don’t know about out of the box, but I’ve been having a great time training my own domain-specific models from scratch and utilizing them locally. It does seem that the more domain specific a task is, far fewer params are needed. Having fun right now trying to build a model in GDELT, not much luck so far, but I’ve pushed less than 5% of the data through so far. I’ve also been experimenting on fine-tuning Llama on m…
-Emily
Re: An LLM playground you can run on your laptop
#26Earlier quoted context omitted.
GPT2 is ancient news. There are now local running models which, allegedly, can reach the same performance as GPT-4. Look up llama.cpp[1] and all the various community generated models. [1] https://github.com/ggerganov/llama.cpp
Does llama.cop not run on GPU?
-Emily
Re: An LLM playground you can run on your laptop
#27Dang, I don't have a laptop, can I also run it on my desktop...? ;-)
Re: An LLM playground you can run on your laptop
#28As an alternative for purely local LLMs, I've been having fun with this setup: https://github.com/oobabooga/text-generation-webui
Do you know what is the way to find models compatible with oobabooga/text-generation-webui ? I downloaded one with the included script and that worked, but if I try different ones it seems there are so many formats so no idea say how do I search huggingface or google to find the correct format. I would like to try this new quantized LLAMA versions with the GUI, I can run them in the CLI on the CPU but llama.cpp uses…
Re: An LLM playground you can run on your laptop
#29Someone with more inclination than I at the moment might be able to say something interesting about this being from Nat Friedman (former CEO of GitHub).