23 Downloads Updated 6 days ago
ollama run bvassie/qwen3-coder:30b-a3b-instruct
ollama launch claude --model bvassie/qwen3-coder:30b-a3b-instruct
ollama launch opencode --model bvassie/qwen3-coder:30b-a3b-instruct
ollama launch hermes --model bvassie/qwen3-coder:30b-a3b-instruct
ollama launch openclaw --model bvassie/qwen3-coder:30b-a3b-instruct
Created using:
Modelfile:
FROM ./Qwen3-Coder-30B-A3B-Instruct-Q4_K_M.gguf
TEMPLATE {{ .Prompt }}
RENDERER qwen3-coder
PARSER qwen3-coder
PARAMETER repeat_penalty 1.05
PARAMETER stop <|im_start|>
PARAMETER stop <|im_end|>
PARAMETER stop <|endoftext|>
PARAMETER temperature 0.7
PARAMETER top_k 20
PARAMETER top_p 0.8