I've tried Inference Endpoints and Replicate, but both would cost more than just using the OpenAI offering.
What's new in Llama 2 and how to run it locally
11–20 of 85 posts
Re: What's new in Llama 2 and how to run it locally
#12Running on a 3090. The 13b chat model quantized to fp8 is giving about 42 tok/s.
Re: What's new in Llama 2 and how to run it locally
#13Re: What's new in Llama 2 and how to run it locally
#14Re: What's new in Llama 2 and how to run it locally
#15Did anybody try the Llama 2 model with languages other than English? The paper notes that it works best with English and the amount of training data for other languages is only a fraction. Which likely would make it unusable for me.. See table 10 (page 22) of the whitepaper for the numbers: https://ai.meta.com/research/publications/llama-2-open-found... Are there other downloadable models which can be used in a multi…
Re: What's new in Llama 2 and how to run it locally
#16Is there an overview somewhere how much RAM is needed for which model? Is it possible at all to run 4bit 70B on CPU and RAM?
It gives very detailed answers to coding questions and tasks just like GPT4 does (though I did not do a proper comparison).
The 13b uses 13Gb with 27 tokens per second the 7b uses 0.5Gb and I get 39 tokens per second on this machine.Both produce interesting results even for CUDA code generation, for example.
Re: What's new in Llama 2 and how to run it locally
#17In my tests LLaMa2-13B is useable for information extraction tasks and LLaMA2-70B is almost as good as GPT-4 (for IE). These models are the real thing. We can fine-tune LLaMAs, unlike OpenAI's models. Now we can have privacy, control and lower prices. We can introduce guidance, KV caching and other tricks to improve the models. The enthusiasm around it reminds me of JavaScript framework wars of 10 years ago - tons of…
> “The enthusiasm around it reminds me of JavaScript framework wars of 10 years ago” Hmm. If LLMs turned out like JS frameworks, that would mean that in ten years people will be saying: “Maybe we don’t really need all this expensive ceremony, honestly this could be done with vanilla if/else heuristics…?”
At that time, there could be complaints on hacker news about messaging apps with autocomplete models that take up gigabytes.
Re: What's new in Llama 2 and how to run it locally
#18In my tests LLaMa2-13B is useable for information extraction tasks and LLaMA2-70B is almost as good as GPT-4 (for IE). These models are the real thing. We can fine-tune LLaMAs, unlike OpenAI's models. Now we can have privacy, control and lower prices. We can introduce guidance, KV caching and other tricks to improve the models. The enthusiasm around it reminds me of JavaScript framework wars of 10 years ago - tons of…
> The enthusiasm around it reminds me of Javascript wars 10 years ago... so much energy! I kind of have the same feeling as well. With all this energy it's really hard to keep up with all new ideas, implementations, frameworks and services. Really excited for what this will bring us the next coming years
The majority of them are mostly irrelevant. You just need to figure out which.
Re: What's new in Llama 2 and how to run it locally
#19Did anybody try the Llama 2 model with languages other than English? The paper notes that it works best with English and the amount of training data for other languages is only a fraction. Which likely would make it unusable for me.. See table 10 (page 22) of the whitepaper for the numbers: https://ai.meta.com/research/publications/llama-2-open-found... Are there other downloadable models which can be used in a multi…
Re: What's new in Llama 2 and how to run it locally
#20Earlier quoted context omitted.
> “The enthusiasm around it reminds me of JavaScript framework wars of 10 years ago” Hmm. If LLMs turned out like JS frameworks, that would mean that in ten years people will be saying: “Maybe we don’t really need all this expensive ceremony, honestly this could be done with vanilla if/else heuristics…?”
I can imagine a bloated world where 500B param models are used for tasks where 7B param modes perform adequately. At that time, there could be complaints on hacker news about messaging apps with autocomplete models that take up gigabytes.
The irony would be that the LLM could write you that code, but if you don’t know to ask…