Phi 4 available on Ollama
ollama.com
Phi 4 available on Ollama
1–10 of 138 posts
Re: Phi 4 available on Ollama
#2Also on hugging face https://huggingface.co/microsoft/phi-4
Re: Phi 4 available on Ollama
#3Re: Phi 4 available on Ollama
#4I’ve seen on the localllama subreddit that some GGUFs have bugs in them. The one recommended was by unsloth. However, I don’t know how the Ollama GGUF holds up.
Edit: so for example of you want the unsloth "debugged" version of Phi4, you would run:
`$ollama pull hf.co/unsloth/phi-4-GGUF:Q8_0`
(check on the right side of the hf.co/unsloth/phi-4-GGUF page for the available quants)
Re: Phi 4 available on Ollama
#5I’ve seen on the localllama subreddit that some GGUFs have bugs in them. The one recommended was by unsloth. However, I don’t know how the Ollama GGUF holds up.
[1]: https://news.ycombinator.com/item?id=42660335 Phi-4 Bug Fixes
Re: Phi 4 available on Ollama
#6Unfortunately I'm only getting 6 tok/s on NVidia A4000 so it's still not great for real-time queries, but luckily now that it's MIT licensed it's available on OpenRouter [2] for a great price of $0.07/$0.14M at a fast 78 tok/s.
Because it yields better results and we're able to self-host Phi-4 for free, we've replaced Mistral NeMo with it in our default models for answering new questions [3].
[1] https://pvq.app/leaderboard
Re: Phi 4 available on Ollama
#7Related Phi-4: Microsoft's Newest Small Language Model Specializing in Complex Reasoning (439 points, 24 days ago, 144 comments) https://news.ycombinator.com/item?id=42405323 Also on hugging face https://huggingface.co/microsoft/phi-4
Re: Phi 4 available on Ollama
#8Was disappointed in all the Phi models before this, whose benchmark results scored way better than it worked in practice, but I've been really impressed with how good Phi-4 is at just 14B. We've run it against the top 1000 most popular StackOverflow questions and it came up 3rd beating out GPT-4 and Sonnet 3.5 in our benchmarks, only behind DeepSeek v3 and WizardLM 8x22B [1]. We're using Mixtral 8x7B to grade the qua…
Edit: they have a blog post https://pvq.app/posts/individual-voting-comparison although it could go deeper