I've spent an embarassing amount of time since the llamas leaked playing with them, the tools to run them, and writing wrappers for them. They are technically alternatives in the sense that they're incomparably better chat bots than anything in the past. But at least for the 30B and under versions (65B is too big for me to run), no matter what fine tuning is done (alpaca, gpt4all, vicuna, etc), the llamas themselves…
The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
151–160 of 527 posts
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#152Earlier quoted context omitted.
If the copyright office determines model weights are uncopyrightable (huge if), then one might imagine any institutional leak would benefit everyone else in the space. You might see hackers, employees, or contractors leaking models more frequently. And since models are distilled functionality (no microservices and databases to deploy), they're much easier to run than a constellation of cloud infrastructure.
Even if the weights are copyrighted, running one more epoch of fine-tuning will result in different weights. At a certain point, they'd have to copyright the shapes of the weight vectors.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#153Earlier quoted context omitted.
It sounds like that king that wanted people to overcome their aversion for potatoes. So he put armed guards around the potato fields but instructed them to be very lax and allowed the people to rob it
Tell me more. Real or anecdote?
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#154Earlier quoted context omitted.
llama.cpp has great support for 65B, and I've been using it on a Linux box (I upgraded my RAM for that purpose). 64GB of RAM for a desktop is like $160 today, so it's not out of reach for most people here if they cared to. Admittedly, it's quite slow and therefore not useful for chatting or real-time applications, and it's unreliable enough in its quality that I'd like to be able to iterate faster. Definitely more of…
Could you quantify "quite slow"?
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#155Earlier quoted context omitted.
Your conclusion seems not to be warranted since you haven't tried out the 65B model.
I agree, but I think my experience is representative. So far most human people don't have the resources to be able to use 65B. And most small companies / university groups don't have the resources to fine-tune a 65B. I've talked to a couple dozen people in real time who've played with up to 30B but no one I know has the resources to run the 65B at all or fast enough to actually use and get an opinion of. None of the…
That said, it’s clear that replicating GPT4+ performance is within the resources of a number of large tech orgs.
And the smaller models can definitely still be useful for tasks.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#156Earlier quoted context omitted.
Could you quantify "quite slow"?
A token per second-ish with a Ryzen 7 5800X. If I run it for too long it gets slower as heat throttling kicks in, I need a better cooling system if I'm going to run it non-stop.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#157Earlier quoted context omitted.
They have tacitly endorsed the leak. https://github.com/facebookresearch/llama/pull/73#issuecomme...
That's a contributor to the repo, not someone with commit access.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#158I've spent an embarassing amount of time since the llamas leaked playing with them, the tools to run them, and writing wrappers for them. They are technically alternatives in the sense that they're incomparably better chat bots than anything in the past. But at least for the 30B and under versions (65B is too big for me to run), no matter what fine tuning is done (alpaca, gpt4all, vicuna, etc), the llamas themselves…
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#159Earlier quoted context omitted.
Given that free alternatives like Vicuna (from the University of California and CMU) are better than LLaMA, are freely and legally available for download, and are compatible with code like llama.cpp, even if every copy of LLaMA is taken down it will have no effect on the development of chatbots. It might even improve things as people who would otherwise go for the better known LLaMA will move towards these newer, bet…
They are all built on top of Llama…
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#160I've spent an embarassing amount of time since the llamas leaked playing with them, the tools to run them, and writing wrappers for them. They are technically alternatives in the sense that they're incomparably better chat bots than anything in the past. But at least for the 30B and under versions (65B is too big for me to run), no matter what fine tuning is done (alpaca, gpt4all, vicuna, etc), the llamas themselves…
In my particular tests (YMMV), even 13B vicuna beats Bard, though... tough times for Google.