I actually just benchmarked Llama3 70B coding with aider, and it did quite well. It scored similar to GPT 3.5. You can use Llama3 70B with aider via Ollama [0]. It's also available for free via Groq [1] (with rate limits). And OpenRouter has it available [2] for low cost on their paid api. [0] https://aider.chat/docs/llms.html#ollama [1] https://aider.chat/docs/llms.html#groq [2] https://aider.chat/docs/llms.html#ope…
Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
41–50 of 65 posts
Re: Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
#42Earlier quoted context omitted.
Hmm I don't think so. Most comments are pretty positive. I think the articles are just not really upvoted unless it's really big news, makes sense because HN is for more than just AI. But I don't think it's anti-AI like most people here would be pretty anti-cryptocurrency (and for good reason IMO)
I didn’t upvote it because I don’t use Ollama. To experiment with LLMs I use Huggingface. Does Ollama provide something I cannot get with Huggingface?
Re: Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
#43Re: Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
#44Ollama is simply great! I was quite surprised how easy it is to integrate through their API. A simple chat using Ollama + llama3 is less than 40 lines of TypeScript: https://github.com/wiktor-k/llama-chat
Re: Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
#45I wonder if Ollama will or plans to have other "Supported backends" than llama.cpp. It's listed on the very last line of their readme as if the llama.cpp dependency is just incidental and a very minor detail rather than Ollama as a deployment mechanism for llama.cpp and gguf based models.
Re: Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
#46Earlier quoted context omitted.
But it's likely to be much slower than what you'd get with a backend like llama.cpp on CPU (particularly if you're running on a Mac, but I think on Linux as well), as well as not supporting features like CPU offloading.
Are there benchmarks? 2x speed up would not be enough for me to return to c++ hell, but 5x might be, in some circumstances.
Re: Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
#47Re: Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
#48I wonder if Ollama will or plans to have other "Supported backends" than llama.cpp. It's listed on the very last line of their readme as if the llama.cpp dependency is just incidental and a very minor detail rather than Ollama as a deployment mechanism for llama.cpp and gguf based models.
Their behaviour around llama.cpp acknowledgement is very shady. Until the very recent, there was no mention of llama.cpp in their README at all and now it's tucked away all the way down. Compare that to the originally proposed PR for example: https://github.com/ollama/ollama/pull/3700
Re: Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
#49I love working with Ollama, I was really surprised at how easy it is to build a simple RAG system with it. For example: https://github.com/stephen37/ollama_local_rag
Re: Ollama v0.1.33 with Llama 3, Phi 3, and Qwen 110B
#50Ollama is simply great! I was quite surprised how easy it is to integrate through their API. A simple chat using Ollama + llama3 is less than 40 lines of TypeScript: https://github.com/wiktor-k/llama-chat
Nice! Would there be a way to do that streaming, with streaming voice input too?
The examples show image input though: https://github.com/ollama/ollama/blob/main/docs/api.md#reque...
Maybe you can file an issue here: https://github.com/ollama/ollama/issues