Earlier quoted context omitted.
That can't be his work, since he only picked up that hobby about 0.000625% of the universe's timespan ago.
For many humans, some "hobbies" involve "projects" which may involve seemingly infinite degrees of procrastination. (This certainly applies to me!)
State-of-the-art open-source chatbot, Vicuna-13B, just released model weights
91–100 of 143 posts
Re: State-of-the-art open-source chatbot, Vicuna-13B, just released model weights
#92Re: State-of-the-art open-source chatbot, Vicuna-13B, just released model weights
#93This looks really good for a run-it-on-your-own-hardware model from the examples and sibling comments. I've been working on a pure AVX2 Rust implementation of LLaMA but was starting to lose interest and been waiting for whatever is the next hot downloadable model, but now I want to add this thing to it. I'll be busy next few days. Heck yeah.
Are you the GGML dev?
Re: State-of-the-art open-source chatbot, Vicuna-13B, just released model weights
#94Earlier quoted context omitted.
For many humans, some "hobbies" involve "projects" which may involve seemingly infinite degrees of procrastination. (This certainly applies to me!)
You're not wrong - but for perspective this is equivalent to a 90 year old picking up a hobby 5 hours ago.
Re: State-of-the-art open-source chatbot, Vicuna-13B, just released model weights
#95Vicuna-13B: The legality of a man marrying his widow's sister (widow marriage) varies depending on the country and cultural context. In some societies, widow marriage was traditionally practiced or tolerated.
GPT-4: It is not possible for a man to marry his widow's sister, as the term "widow" refers to a deceased man's wife. Therefore, if a man has a widow, he is deceased and therefore cannot marry anyone.
Re: State-of-the-art open-source chatbot, Vicuna-13B, just released model weights
#96Nice. You need a 28GB GPU, so it's not exactly something people can run on their laptop. Everybody's server costs are about to go the roof.
Re: State-of-the-art open-source chatbot, Vicuna-13B, just released model weights
#97Nice. You need a 28GB GPU, so it's not exactly something people can run on their laptop. Everybody's server costs are about to go the roof.
Wouldnt it be time for a somewhat older gpu with a lot of memory. Or is that hard to achieve?
Re: State-of-the-art open-source chatbot, Vicuna-13B, just released model weights
#98Earlier quoted context omitted.
Not a lawyer, but that still feels like dubious territory. I would still be on the hook for acquiring the original download, which Facebook has been launching dmca takedown requests for the llama-dl project.
(I work on llama-dl.) We’re fighting back against the DMCA requests on the basis that NN weights aren’t copyrightable. This thread has details: https://news.ycombinator.com/item?id=35393782 I don't think you have to worry about Facebook going after you. The worst that will happen is that they issue a DMCA, in which case your project gets knocked offline. I don’t think they’ll be going the RIAA route of suing individu…
Re: State-of-the-art open-source chatbot, Vicuna-13B, just released model weights
#99Earlier quoted context omitted.
You can use this command to apply the delta weights. ( https://github.com/lm-sys/FastChat#vicuna-13b ) The delta weights are hosted on huggingface and will be automatically downloaded.
I did try, but got: ``` ValueError: Tokenizer class LLaMATokenizer does not exist or is not currently imported. ```