How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf llmware/phi-3-gguf# Run inference directly in the terminal:
llama-cli -hf llmware/phi-3-ggufUse pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf llmware/phi-3-gguf# Run inference directly in the terminal:
./llama-cli -hf llmware/phi-3-ggufBuild from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf llmware/phi-3-gguf# Run inference directly in the terminal:
./build/bin/llama-cli -hf llmware/phi-3-ggufUse Docker
docker model run hf.co/llmware/phi-3-ggufQuick Links
phi-3-gguf
phi-3-gguf is a GGUF 4_K_M (int4) quantized version of Microsoft Phi-3-mini-instruct, providing a very fast, very small inference implementation, optimized for AI PCs.
Model Description
- Developed by: microsoft
- Model type: phi3
- Parameters: 3.8 billion
- Model Parent: microsoft/Phi-3-mini-instruct
- Language(s) (NLP): English
- License: Apache 2.0
- Uses: Chat, general-purpose LLM
- Quantization: 4_K_M (int4)
Model Card Contact
- Downloads last month
- 10
Hardware compatibility
Log In to add your hardware
We're not able to determine the quantization variants.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf llmware/phi-3-gguf# Run inference directly in the terminal: llama-cli -hf llmware/phi-3-gguf