Qwen-2.5 GGUF Models
Collection
LlamaEdge compatible quants for Qwen 2.5 instruct and coder models.
•
9 items
•
Updated
LlamaEdge version: v0.14.3
Prompt template
Prompt type: chatml
Prompt string
<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
Context size: 128000
Run as LlamaEdge service
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen2.5-32B-Instruct-Q5_K_M.gguf \
llama-api-server.wasm \
--model-name Qwen2.5-32B-Instruct \
--prompt-template chatml \
--ctx-size 128000
Run as LlamaEdge command app
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen2.5-32B-Instruct-Q5_K_M.gguf \
llama-chat.wasm \
--prompt-template chatml \
--ctx-size 128000
Quantized with llama.cpp b3751