The demo on HuggingFace with the pre trained mode doesn’t seem that good. Although better than Bard (btw, Bard sucks compared to ChatGPT and can’t even do translations - which I would have expected out of the box from Google)
It’s worth noting this is the 7B model (nonquantized). You can get this running on pretty much any GPU with 8GB VRAM and above. You can run the 13B model but that would take two GPU or reducing FP16 to FP8 (I haven’t tried it myself). A single connection for chatgpt is rumored to require 8X A100.
Alpaca-LoRA with Docker
21–30 of 31 posts
Re: Alpaca-LoRA with Docker
#22> Tell me about you >I am a 25-year-old woman from the United States. I have a bachelor's degree in computer science and am currently pursuing a master's degree in data science. I am passionate about technology and am always looking for new ways to use it to make the world a better place. Outside of work, I enjoy spending time with my family and friends, reading, and traveling. Well, I was starting to get tired of "a…
Think of the prompt as "pretend you're some random person, tell me some details"
Re: Alpaca-LoRA with Docker
#23Re: Alpaca-LoRA with Docker
#24Ok, this is the base for actually self-hosted production use of these things now (if you don't care about licensing...). I've said in previous HN comments we've been a Dockerfile using an Nvidia base image away from this for a while now (just never got around to it myself). I love the .ccp, Apple Silicon, etc projects but IMO for the time being Nvidia is still king when it comes to multi-user production use of these…
I’m hitting ChatGPT or faster speeds on my 3090. Have it running the image with a reverse SSH tunnel to an EC2 instance that’s ferrying requests from the web. It only took 4 hours of an afternoon, and based off the trending Databricks article on HN we’re probably only days away from a commercially licensed model.
I use this for an optimized hosted Whisper implementation I've been working on. It hits 120x realtime with large v2 on a 4090 and uses WebRTC to stream the audio in realtime with datachannels for ASR responses. Hopefully a "Show HN" soon once I get some legal stuff out of the way :). I mention it because AFAIK it's many multiples faster than the OpenAI hosted Whisper (especially for "realtime" speech).
I expect we'll see these kinds of innovations and more come to self-hosted approaches generally and the open source community will pull a web hosting, etc Microsoft vs Linux/LAMP/etc 1990s/early 2000s situation on OpenAI where open source wins in the end. The fact that MS is so heavily invested in OpenAI is just history repeating itself.
Yep, saw the Databricks article! I don't try to make specific time predictions but you're probably not far off :).
Re: Alpaca-LoRA with Docker
#25Re: Alpaca-LoRA with Docker
#26Earlier quoted context omitted.
It’s worth noting this is the 7B model (nonquantized). You can get this running on pretty much any GPU with 8GB VRAM and above. You can run the 13B model but that would take two GPU or reducing FP16 to FP8 (I haven’t tried it myself). A single connection for chatgpt is rumored to require 8X A100.
It makes me wonder if this trend will kill NVIDIA. At this pace we might not even need GPUs anymore.
Re: Alpaca-LoRA with Docker
#27Earlier quoted context omitted.
It’s worth noting this is the 7B model (nonquantized). You can get this running on pretty much any GPU with 8GB VRAM and above. You can run the 13B model but that would take two GPU or reducing FP16 to FP8 (I haven’t tried it myself). A single connection for chatgpt is rumored to require 8X A100.
Quantizing it to 8-bit basically eliminates its ability to write code.
All the research I've seen says quantization has basically negligible performance impact. My experience working with 65B 4bit has been great
Re: Alpaca-LoRA with Docker
#28Earlier quoted context omitted.
Quantizing it to 8-bit basically eliminates its ability to write code.
? All the research I've seen says quantization has basically negligible performance impact. My experience working with 65B 4bit has been great
Re: Alpaca-LoRA with Docker
#29The demo on HuggingFace with the pre trained mode doesn’t seem that good. Although better than Bard (btw, Bard sucks compared to ChatGPT and can’t even do translations - which I would have expected out of the box from Google)
Re: Alpaca-LoRA with Docker
#30This says "We provide an Instruct model of similar quality to text-davinci-003", but two paragraphs later says the output is comparable to Stanford's Alpaca. Those seem like very different claims.
"We performed a blind pairwise comparison between text-davinci-003 and Alpaca 7B, and we found that these two models have very similar performance: Alpaca wins 90 versus 89 comparisons against text-davinci-003." https://crfm.stanford.edu/2023/03/13/alpaca.html