almernzh/Qwen3-Coder-30B-A3B-Imatrix-GGUF overview
Qwen3 Coder 30B A3B Imatrix GGUF This repository provides a Q4 K M GGUF quantization of Qwen3 Coder 30B A3B Instruct for daily coding and code agent style work…
Runs locally from ~17.28 GB disk (24 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| qwen3-coder-30b-a3b-imatrix-q4_k_m.gguf | GGUF | Q4_K_M | 17.28 GB | Download |
Model Details
| Model ID | almernzh/Qwen3-Coder-30B-A3B-Imatrix-GGUF |
|---|---|
| Author | almernzh |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | Qwen/Qwen3-Coder-30B-A3B-Instruct |
| Last modified | 2026-06-23T13:53:57.000Z |
Model README
---
license: apache-2.0
base_model: Qwen/Qwen3-Coder-30B-A3B-Instruct
base_model_relation: quantized
library_name: llama.cpp
pipeline_tag: text-generation
tags:
- gguf
- qwen3
- qwen3-coder
- moe
- quantized
- imatrix
- daily-coding
- code-agent
datasets:
- princeton-nlp/SWE-bench_Lite
---
Qwen3-Coder-30B-A3B Imatrix GGUF
This repository provides a Q4_K_M GGUF quantization of Qwen3-Coder-30B-A3B-Instruct for daily coding and code-agent style workflows.
The quantization uses an importance matrix built from SWE-bench Lite examples. The calibration text includes issue reports, failing test hints, reference patch patterns, and test changes. The goal is to keep useful behavior for everyday development tasks such as debugging, patch planning, repository navigation, and test-focused edits.
This is a quantized conversion, not a fine-tuned model.
Usage
Example with llama.cpp:
llama-cli \
-m qwen3-coder-30b-a3b-imatrix-q4_k_m.gguf \
-ngl 999 \
-c 4096 \
-p "You are a coding assistant. Review this failing Python test and suggest a concise fix plan."
Details
- Base model: Qwen/Qwen3-Coder-30B-A3B-Instruct
- Format: GGUF
- Quantization: Q4_K_M
- Calibration method: llama.cpp importance matrix
- Calibration source: SWE-bench Lite derived prompts
- Target use: daily coding, repository debugging, patch planning, and code-agent prompts
Files
qwen3-coder-30b-a3b-imatrix-q4_k_m.gguf: quantized modelimatrix-daily-code.dat: importance matrix used for quantizationdaily_code_calibration.txt: calibration text used to build the importance matrix
Smoke Test
A short llama.cpp smoke test was run after quantization. The model loaded successfully and produced a coherent debugging plan for a Python parser test failure.
Example speed on A100 80GB PCIe:
- prompt: 1.2 tokens per second
- generation: 23.6 tokens per second
Reproducibility
The included importance matrix and calibration text are provided for reproducibility. They document the daily coding calibration used before quantization.
Notes
The importance matrix was generated for a focused daily coding workload. It is intended to be useful for common code repair and test analysis prompts rather than as a general benchmark claim.
Run almernzh/Qwen3-Coder-30B-A3B-Imatrix-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models