GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

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…

llama.cppggufqwen3qwen3-codermoequantizedimatrixdaily-codingcode-agenttext-generationdataset:princeton-nlp/SWE-bench_Litebase_model:Qwen/Qwen3-Coder-30B-A3B-Instructbase_model:quantized:Qwen/Qwen3-Coder-30B-A3B-Instructlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~17.28 GB disk (24 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
qwen3-coder-30b-a3b-imatrix-q4_k_m.ggufGGUFQ4_K_M17.28 GBDownload

Model Details

Model IDalmernzh/Qwen3-Coder-30B-A3B-Imatrix-GGUF
Authoralmernzh
Pipelinetext-generation
Licenseapache-2.0
Base modelQwen/Qwen3-Coder-30B-A3B-Instruct
Last modified2026-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 model
  • imatrix-daily-code.dat: importance matrix used for quantization
  • daily_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.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models