second-state/Phi-4-mini-instruct-GGUF
2854
<!-- header start --> <!-- 200823 --> <div style="width: auto; margin-left: auto; margin-right: auto"> <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;"> </div> <hr style="margin-top: 1.0em; margin-bottom: 1.0em;"> <!-- header end -->
Phi-4-mini-instruct-GGUF
Original Model
Run with LlamaEdge
- LlamaEdge version: v0.16.9 and above
- Prompt template
- Prompt type:
phi-4-chat
- Prompt string
<|im_start|>system<|im_sep|>
{system_message}<|im_end|>
<|im_start|>user<|im_sep|>
{user_message}<|im_end|>
<|im_start|>assistant<|im_sep|>- Context size:
128000
- Run as LlamaEdge service
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Phi-4-mini-instruct-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template phi-4-chat \
--ctx-size 128000 \
--model-name phi-4-mini- Run as LlamaEdge command app
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Phi-4-mini-instruct-Q5_K_M.gguf \
llama-chat.wasm \
--prompt-template phi-4-chat \
--ctx-size 128000Quantized GGUF Models
Quantized with llama.cpp b4792.
