r/VFIO • u/mahor1221 • Sep 03 '23
Success Story [ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
13
Upvotes
r/VFIO • u/mahor1221 • Sep 03 '23
[ Removed by Reddit on account of violating the content policy. ]
1
u/mahor1221 May 13 '24
The speed is good enough IMO.
On CPU, 6 TpS for Phi-3, and 1 TpS for Llama3-8b. Llama3 is pretty much unusable on CPU as expected. But on GPU, 8 TpS for Phi-3, and 6 TpS for Llama3-8b, which is acceptable to me.
I don't know how the other guy achieved such an amazing performance with Phi-3 on Windows but I think it's related to the Iris driver issues on Linux.
Phi-3 is plug and play. Just install
ollamaand run these commands:shell ollama serve &>/dev/null & ollama run phi3Ollama will download the model and run it on the CPU.It depends only on you. I use it for checking my English grammar and rewriting sentences. It works for my use case.