Views
No views yet
Powered by Kanana Kanana is licensed in accordance with the Kanana License Agreement.
thinking-2601; there was no GGUF for instruct-2601, so it was converted and quantized directly.convert_hf_to_gguf.py → llama-quantize<|im_start|> + Qwen-style tool XML)| File | Method | Size | Notes |
|---|---|---|---|
*-Q8_0.gguf | Q8_0 | ~30GB | Highest quality |
*-Q6_K.gguf | Q6_K | ~24GB | High quality |
*-Q5_K_M.gguf | Q5_K_M | ~20GB | Balanced |
*-Q4_K_M.gguf | Q4_K_M | ~17GB | Recommended (practical, 4.85 BPW) |
# Modelfile
FROM ./kanana-2-30b-a3b-instruct-2601-Q4_K_M.gguf
PARAMETER num_ctx 8192
PARAMETER stop "<|im_end|>"ollama create kanana2-instruct -f Modelfile
ollama run kanana2-instruct "Hello"llama-cli -m kanana-2-30b-a3b-instruct-2601-Q4_K_M.gguf -p "Hello" -c 8192