GGUF
conversational
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="vincentoh/phi-4_f16_ollama",
	filename="phi-4_f16.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

for testing phi4 against gpqa_diamond.csv dataset

example script here created by phi4: https://gist.github.com/bigsnarfdude/7754cfb69f94d540da7bda7ef6a910ae

Microsoft technical report: https://arxiv.org/pdf/2412.08905

requires 30GB VRAM

Downloads last month
-
GGUF
Model size
15B params
Architecture
phi3
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for vincentoh/phi-4_f16_ollama