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="doaonduty/phi-4-q8_0.gguf",
	filename="phi-4-q8_0.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Model Details

GGUF build of Microsoft-Phi-4-14.7B model

Model Description

  • Model Creator: Microsoft
  • Original Model: phi-4
Downloads last month
118
GGUF
Model size
15B params
Architecture
phi3
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for doaonduty/phi-4-q8_0.gguf

Base model

microsoft/phi-4
Quantized
(151)
this model