Views
No views yet
| Property | Value |
|---|---|
| Base model | Qwen/Qwen3-Coder-30B-A3B-Instruct |
| Quantization | Q4_K_M |
| Format | GGUF |
| Parameters | 30B (MoE, ~3B active) |
1llama-cli \
2 -m Qwen3-Coder-30B-A3B-Instruct-f16-Q4_K_M.gguf \
3 --chat-template qwen3 \
4 -p "Write a Python function that sorts a list of dictionaries by a given key." \
5 -n 5121llama-server \
2 -m Qwen3-Coder-30B-A3B-Instruct-f16-Q4_K_M.gguf \
3 --chat-template qwen3 \
4 --port 8080FROM ./Qwen3-Coder-30B-A3B-Instruct-f16-Q4_K_M.gguf
PARAMETER num_ctx 32768
TEMPLATE "{{ ... }}" # use Qwen3 chat template| File | Quant | Size (approx.) |
|---|---|---|
Qwen3-Coder-30B-A3B-Instruct-f16-Q4_K_M.gguf | Q4_K_M | ~17 GB |
Qwen3-Coder-30B-A3B-Instruct is developed by Qwen Team, Alibaba Cloud. Original model: https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct
1@misc{qwen3coder,
2 title = {Qwen3-Coder},
3 author = {Qwen Team},
4 year = {2025},
5 organization = {Alibaba Cloud},
6 url = {https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct}
7}