Earlier quoted context omitted.
LLAMA 2 appears to require no cost because it can be run locally. The license does mention that if you are using facilitating than 700 million users that you have to negotiate for a different license or something like that but for most peoples uses, it would seem that LLAMA 2 is basically "free".
Well it's free as in free hops. You still gotta buy/rent the brewery to make the free beer.
Ask HN: Who is using small OS LLMs in production?
21–30 of 59 posts
Re: Ask HN: Who is using small OS LLMs in production?
#22I'm integrating llama 2 7b with an application I'm building out currently and one of the biggest reasons was privacy, followed closely by price and lastly by getting it to work locally in a few minutes. I built a now abandoned project using the GPT API and it was fine and not terribly expensive for my use case but customers didn't like the pay for usage model and the alternative was do weird UX to limit people abusin…
Can you elaborate on the pricing difference?
Unless it's for some fringe feature, building your business on OpenAI is probably a considerable (financial) risk in the future.
Re: Ask HN: Who is using small OS LLMs in production?
#23Re: Ask HN: Who is using small OS LLMs in production?
#24Re: Ask HN: Who is using small OS LLMs in production?
#25Tangential question - how well does Llama 2 do on coding tasks on less-mainstream languages like Rust?
3.5's result: https://chat.openai.com/share/9e1aafd3-631c-4c13-80f6-f99c88...
NewHope's result: https://i.imgur.com/dfACQC3.png
If you have any ideas for a more comprehensive test let me know and I'll try to run it. Giving it some existing code to fix up or change is usually more of a typical use case for me anyway.
Re: Ask HN: Who is using small OS LLMs in production?
#26Price. Data privacy. Controlled latency. Plenty of reasons to not send arbitrary data to a third party service.
There's also the availability factor. OpenAI has been known to go down on occasion and without warning. If a product relies on an LLM, I wouldn't feel great about the observed uptime of OpenAI APIs.
Re: Ask HN: Who is using small OS LLMs in production?
#27Running llama-2-7b-chat at 8 bit quantization, and completions are essentially at GPT-3.5 levels (and instant) on a single RTX4090 using 15gb VRAM. I don't think most people realize just how small and efficient these models are going to become.
Re: Ask HN: Who is using small OS LLMs in production?
#28Data security and privacy. Our clients (in aviation, finance, etc.) need this due to legal and regulatory reasons. Also, the new Llama 2 models are very powerful. In my testing, Llama 2 70b is comparable to GPT-3.5 in capability. (Shameless plug: here's our website: https://www.amw.ai/ )
have you considered azure's GPT, or is that not private enough?
Edit: plus, my personal view is that local LLMs are the future. They've already caught up to GPT-3.5 (based on my testing); and they continue to evolve rapidly. Makes sense to focus our limited resources on riding that wave.
OpenAI won't go away, but neither will they remain the first choice (or only choice!) for most use-cases.
Re: Ask HN: Who is using small OS LLMs in production?
#29Earlier quoted context omitted.
OpenAI costs money and llama 2 i'm able to run on my GPU so at least for development purposes at the moment it's ""free"" for me to experiment with - mind you this is a side project with zero funding outside of myself, ymmv if you have access to funding to a point of making OpenAI tokens totally disposable.
Ah okay, yeah I was curious how much you'd pay running it on a cloud server in a production-type scenario. Thanks
EDIT** im sorry that was gpt3.5 - with gpt4 it would be 1000 requests before I broke even at 180$
Re: Ask HN: Who is using small OS LLMs in production?
#30Facebook is working very hard to make the main dividing line in generative AI not company vs. company but commercial vs free. Starting from way behind, they are trying to make that irrelevant.