second-state/Qwen3-0.6B-GGUF
81k
<!-- 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 -->
Qwen3-0.6B-GGUF
Original Model
Run with LlamaEdge
- LlamaEdge version:
- Prompt template
- Prompt type:
chatml(for thinking)
- Prompt string
<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant- Prompt type:
qwen3-no-think(for no thinking)
- Prompt string
<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{user_message_1}<|im_end|>
<|im_start|>assistant
{assistant_message_1}<|im_end|>
<|im_start|>user
{user_message_2}<|im_end|>
<|im_start|>assistant
<think>
</think>- Context size:
128000
- Run as LlamaEdge service
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen3-0.6B-Q5_K_M.gguf \
llama-api-server.wasm \
--model-name Qwen3-0.6B \
--prompt-template chatml \
--ctx-size 128000- Run as LlamaEdge command app
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen3-0.6B-Q5_K_M.gguf \
llama-chat.wasm \
--prompt-template chatml \
--ctx-size 128000Quantized GGUF Models
Quantized with llama.cpp b5097
