second-state/Qwen2.5-Coder-32B-Instruct-GGUF
0977
<!-- 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 -->
Qwen2.5-Coder-32B-Instruct-GGUF
Original Model
Qwen/Qwen2.5-Coder-32B-Instruct
Run with LlamaEdge
- LlamaEdge version: v0.14.14 or above
- 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-Coder-32B-Instruct-Q5_K_M.gguf \
llama-api-server.wasm \
--model-name Qwen2.5-Coder-32B-Instruct \
--prompt-template chatml \
--ctx-size 128000- Run as LlamaEdge command app
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen2.5-Coder-32B-Instruct-Q5_K_M.gguf \
llama-chat.wasm \
--prompt-template chatml \
--ctx-size 128000Quantized GGUF Models
Quantized with llama.cpp b4033
