SAVRN
Search Contact SAVRN

Open-weight model · Image and text to text

Qwen3.8-27B-GSQ-RCO-GGUF

by IST Austria Distributed Algorithms and Systems Lab ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF

Non-uniform GGUF quantizations produced with GSQ and RCO, with a vision projector for multimodal use. This repository provides GGUF quantizations of Qwen3.8-27B at four sizes, together with the model's vision projector (mmproj) for multimodal use.

Parameters
Context
Weights81.4 GB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads1M

Model Card

By IST Austria Distributed Algorithms and Systems Lab, published under apache-2.0, revision d562806dbafa.

Non-uniform GGUF quantizations produced with GSQ and RCO, with a vision projector for multimodal use. This repository provides GGUF quantizations of Qwen3.8-27B at four sizes, together with the model's vision projector (mmproj) for multimodal use. In contrast to uniform quantization, which applies a single quantization type to all weight tensors, each model here assigns a separate quantization type to every tensor. The assignment is obtained by a gradient-based search that allocates precision according to per-tensor sensitivity, subject to a total size budget. The resulting files are standard GGUF and run unmodified in llama.cpp, Ollama, and LM Studio. Both methods were developed at the…

Read IST Austria Distributed Algorithms and Systems Lab's full model card

# Qwen3.8-27B · GSQ-RCO GGUFs **Non-uniform GGUF quantizations** produced with **GSQ** and **RCO**, with a vision projector for multimodal use. [![arXiv: GSQ](https://img.shields.io/badge/arXiv-GSQ_2604.18556-b31b1b?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2604.18556) [![arXiv: RCO](https://img.shields.io/badge/arXiv-RCO_2605.00649-b31b1b?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2605.00649) [![GSQ code](https://img.shields.io/badge/code-GSQ-181717?logo=github&logoColor=white)](https://github.com/IST-DASLab/GSQ) [![RCO code](https://img.shields.io/badge/code-RCO-181717?logo=github&logoColor=white)](https://github.com/IST-DASLab/RCO) [![DASLab](https://img.shields.io/badge/DASLab-GitHub-101048?logo=github&logoColor=white)](https://github.com/IST-DASLab) [![license](https://img.shields.io/badge/license-apache--2.0-19a34a)](#license)

Overview

This repository provides GGUF quantizations of Qwen3.8-27B at four sizes, together with the model's vision projector (mmproj) for multimodal use. In contrast to uniform quantization, which applies a single quantization type to all weight tensors, each model here assigns a separate quantization type to every tensor. The assignment is obtained by a gradient-based search that allocates precision according to per-tensor sensitivity, subject to a total size budget. The resulting files are standard GGUF and run unmodified in llama.cpp, Ollama, and LM Studio.

Method summary. GSQ provides accurate low-bit scalar quantization of each tensor at a given quantization type; RCO assigns the per-tensor quantization types under a size budget. Together they yield a non-uniform GGUF at the requested size.

Method Description
GSQ (Gumbel-Softmax Quantization, paper, code) Post-training scalar quantization that jointly learns the per-coordinate grid assignments and the per-group scales via a Gumbel-Softmax relaxation. GSQ closes most of the gap between scalar and vector quantization at 2 to 3 bits while remaining deployable in standard scalar formats such as GGUF.
RCO (Riemannian Constrained Optimization, paper, code) Assigns one of K quantization types to each of N tensors under a total size budget. The budget constraint is reformulated as a smooth Riemannian manifold in logit space, which permits gradient-based optimization directly on the task loss while enforcing the budget exactly, without constraint-specific hyperparameter tuning.

Both methods were developed at the Deep Algorithms and Systems Lab (DASLab), Institute of Science and Technology Austria.


Available files

Files follow the convention <model>-GSQ-RCO-<type>.gguf, where the suffix names the quantization class; the table lists each file's true whole-file average bit-width. The mmproj file carries the vision encoder and projector at BF16; one copy serves all quantizations.

File bpw Size Notes
Qwen3.8-27B-GSQ-RCO-IQ2_XS.gguf 2.50 8.4 GB Smallest; zero-shot above the BF16 baseline
Qwen3.8-27B-GSQ-RCO-IQ2_S.gguf 2.75 9.3 GB Matches the base model on AIME25
Qwen3.8-27B-GSQ-RCO-IQ3_XXS.gguf 3.00 10.1 GB Strong all-round operating point
Qwen3.8-27B-GSQ-RCO-IQ3_S.gguf 3.50 11.8 GB Recommended; task-lossless
mmproj-Qwen3.8-27B-BF16.gguf 16 0.9 GB Vision encoder + projector, for multimodal use

Each quantization also ships an optional -mtp build (about 0.35 GB larger) that carries the model's Multi-Token Prediction head for speculative decoding in llama.cpp. The weights are otherwise identical, so quality is unchanged.

The IQ3_S model is the task-lossless operating point: it matches the base model exactly on AIME25 (100.00) and LiveCodeBench v6 (85.71) and is within 0.51 points on GPQA-Diamond, at just over one fifth of the BF16 size.


Results

All models are evaluated against the BF16 base model and the Unsloth Dynamic (UD) quantizations of the same base model. We report perplexity on wikitext2, C4, and FineWeb-Edu, the average over five zero-shot tasks (arc_easy, arc_challenge, hellaswag, winogrande, piqa), recovery (zero-shot average relative to BF16), and three reasoning and generation benchmarks: AIME25, GPQA-Diamond, and LiveCodeBench v6. Sizes are those of the files as evaluated.

Variant bpw GB wiki↓ c4↓ fw↓ ZS avg↑ recovery AIME25↑ GPQA-D↑ LCB v6↑
BF16 16.00 53.8 7.05 11.45 8.14 74.34 100.0% 100.00 89.90 85.71
GSQ-RCO IQ2_XS 2.50 8.4 7.69 12.98 9.19 74.54 100.3% 96.67 84.85 76.57
GSQ-RCO IQ2_S 2.75 9.3 7.39 12.40 8.80 75.70 101.8% 100.00 86.36 82.29
GSQ-RCO IQ3_XXS 3.00 10.1 7.20 12.13 8.59 74.81 100.6% 100.00 88.89 84.57
GSQ-RCO IQ3_S 3.50 11.8 7.07 11.76 8.34 74.47 100.2% 100.00 89.39 85.71
UD-IQ2_S 2.49 8.4 8.02 12.78 9.08 73.80 99.3% 86.67 76.26 72.00
UD-Q2_K_XL 2.88 9.8 7.54 12.25 8.69 74.37 100.0% 100.00 86.87 82.28
UD-IQ3_S 3.52 12.0 7.16 11.75 8.34 75.49 101.5% 96.67 89.90 84.00

At 3.50 bpw, IQ3_S is task-lossless: it reproduces the base model exactly on AIME25 (100.00) and LiveCodeBench v6 (85.71) and trails it by 0.51 points on GPQA-Diamond, giving a task average of 91.70 against the base model's 91.87 (99.8%) at 11.8 GB, a 4.6x size reduction. Against UD-IQ3_S it leads by 3.33 points on AIME25 and 1.71 on LiveCodeBench while being 0.2 GB smaller, though UD holds GPQA-Diamond by 0.51. At 3.00 bpw the model already matches the base on AIME25 at 10.1 GB, and at matched file size (8.4 GB) IQ2_XS leads UD-IQ2_S by 10.00 points on AIME25, 8.59 on GPQA-Diamond, and 4.57 on LiveCodeBench v6.


Usage

llama.cpp

# download (requires: pip install -U "huggingface_hub[cli]")
hf download ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF Qwen3.8-27B-GSQ-RCO-IQ3_XXS.gguf --local-dir .

llama-cli -m Qwen3.8-27B-GSQ-RCO-IQ3_XXS.gguf -p "Explain mixed-precision quantization." -ngl 99

Vision (multimodal)

hf download ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF mmproj-Qwen3.8-27B-BF16.gguf --local-dir .

llama-mtmd-cli -m Qwen3.8-27B-GSQ-RCO-IQ3_XXS.gguf \
  --mmproj mmproj-Qwen3.8-27B-BF16.gguf \
  --image photo.jpg -p "Describe this image."

The projector was converted directly from the base checkpoint and verified against these quantizations.

Ollama

ollama run hf.co/ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF   # pick the file matching your memory budget

LM Studio

Search the repo name, then pick a GSQ-RCO-* build from the file list.


Quantization procedure

  1. Per-tensor database. Each weight tensor is quantized at every candidate GGUF quantization type with GSQ, yielding a searchable database of quantized tensor variants.
  2. RCO search. The budget-constrained Riemannian search assigns one quantization type per tensor such that the whole-file average bit-width meets the target.
  3. Assembly. The selected per-tensor variants are stitched into a single standard GGUF file.

Reference implementations: GSQ at IST-DASLab/GSQ and RCO at IST-DASLab/RCO.

Reproducibility artifacts

Each released GGUF ships the files needed to audit how it was built:

File Contents
tensor-allocation/<model>.rco-allocation.txt The quantization type assigned to every tensor in that file, with a quant-type histogram and the target bit-width. This is the RCO search result, so the allocation can be inspected without opening the model.
imatrix-qwen3.8-27b.gguf The importance matrix used during quantization (1000 chunks of 4096 tokens).

The -mtp builds have their own allocation dumps; they list the same per-tensor assignment as the base model plus the 15 tensors of the MTP head.


Citation

If you use these models or methods, please cite both papers:

@article{gsq2026,
  title  = {GSQ: Highly-Accurate Low-Precision Scalar Quantization for LLMs via Gumbel-Softmax Sampling},
  author = {Dadgarnia, Alireza and Tabesh, Soroush and Nikdan, Mahdi and Helcig, Michael and Kurtic, Eldar and Kleinegger, Maximilian and Alistarh, Dan},
  journal= {arXiv preprint arXiv:2604.18556},
  year   = {2026}
}
@article{rco2026,
  title  = {Model Compression with Exact Budget Constraints via Riemannian Manifolds},
  author = {Helcig, Michael and Alistarh, Dan},
  journal= {arXiv preprint arXiv:2605.00649},
  year   = {2026}
}

Acknowledgements

We thank Verda and Scientific Computing at the Institute of Science and Technology Austria for providing the compute resources used to produce these models.


License

These quantized weights inherit the license of the base model (Qwen3.8-27B). The GSQ-RCO tooling is released by the Deep Algorithms and Systems Lab under its repository license.

Built with GSQ and RCO at the Deep Algorithms and Systems Lab · Institute of Science and Technology Austria

Identity and Version

Repository
ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF
Publisher
IST Austria Distributed Algorithms and Systems Lab
Task
Image and text to text
Modality
Image and text
Library
gguf
Parameters
Not stated by the source
Languages
gsq, rco, ist-daslab
Revision
d562806dbafae37109975e970aae91b43e73b440
First published
2026-08-28
Last updated
2026-09-02

Files and Weights

26 files, 81.4 GB in total. The weights are 10 files totalling 81.4 GB in gguf.

Weights10 files · 81.4 GB
Documentation1 file · 11.6 KB
Other14 files · 945.0 KB
Repository1 file · 2.3 KB
Every file
FileTypeSizeSHA-256
Qwen3.8-27B-GSQ-RCO-IQ2_S-mtp.ggufWeights9.6 GB e6406238a5cc
Qwen3.8-27B-GSQ-RCO-IQ2_S.ggufWeights9.3 GB 16c9802111aa
Qwen3.8-27B-GSQ-RCO-IQ2_XS-mtp.ggufWeights8.8 GB f3369f8d3696
Qwen3.8-27B-GSQ-RCO-IQ2_XS.ggufWeights8.4 GB f0ae5006da0c
Qwen3.8-27B-GSQ-RCO-IQ3_S-mtp.ggufWeights12.1 GB 58fd82672393
Qwen3.8-27B-GSQ-RCO-IQ3_S.ggufWeights11.8 GB 64b53b64c7aa
Qwen3.8-27B-GSQ-RCO-IQ3_XXS-mtp.ggufWeights10.4 GB 63f29a2189a6
Qwen3.8-27B-GSQ-RCO-IQ3_XXS.ggufWeights10.1 GB fdfcb6a29b11
imatrix-qwen3.8-27b.ggufWeights13.6 MB 350684ef7a94
mmproj-Qwen3.8-27B-BF16.ggufWeights931.1 MB 13cb7bebccbd
README.mdDocumentation11.6 KB
assets/banner.pngOther309.5 KB 42ce97689e74
assets/plots/Qwen3.8-27B-aime25_vs_avg_bit_width.pngOther60.2 KB
assets/plots/Qwen3.8-27B-gpqa_diamond_vs_avg_bit_width.pngOther68.3 KB
assets/plots/Qwen3.8-27B-lcb_vs_avg_bit_width.pngOther69.9 KB
assets/plots/Qwen3.8-27B-mtp_speculative_decoding.pngOther153.0 KB feeffaf67313
assets/plots/Qwen3.8-27B-task_avg_vs_avg_bit_width.pngOther76.9 KB
tensor-allocation/Qwen3.8-27B-GSQ-RCO-IQ2_S-mtp.rco-allocation.txtOther26.2 KB
tensor-allocation/Qwen3.8-27B-GSQ-RCO-IQ2_S.rco-allocation.txtOther25.7 KB
tensor-allocation/Qwen3.8-27B-GSQ-RCO-IQ2_XS-mtp.rco-allocation.txtOther26.2 KB
tensor-allocation/Qwen3.8-27B-GSQ-RCO-IQ2_XS.rco-allocation.txtOther25.6 KB
tensor-allocation/Qwen3.8-27B-GSQ-RCO-IQ3_S-mtp.rco-allocation.txtOther26.2 KB
tensor-allocation/Qwen3.8-27B-GSQ-RCO-IQ3_S.rco-allocation.txtOther25.6 KB
tensor-allocation/Qwen3.8-27B-GSQ-RCO-IQ3_XXS-mtp.rco-allocation.txtOther26.2 KB
tensor-allocation/Qwen3.8-27B-GSQ-RCO-IQ3_XXS.rco-allocation.txtOther25.6 KB
.gitattributesRepository2.3 KB

License and Download

License
apache-2.0
Access
Open weights, no gate
Download size
81.4 GB
Download from IST Austria Distributed Algorithms and Systems Lab

Released by IST Austria Distributed Algorithms and Systems Lab through its official repository on Hugging Face. Read the license.

Built From

Memory Requirements

PrecisionWeights in memory
As published81.4 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About Qwen3.8-27B-GSQ-RCO-GGUF

Can I use Qwen3.8-27B-GSQ-RCO-GGUF commercially?

Yes. Qwen3.8-27B-GSQ-RCO-GGUF is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

Similar Models

Model · Image and text to text

Qwen3.8-27B-iMatrix-NVFP4-MTP-GGUF

Michał Piszczek

I built this quant because the ready-made FP4 file answered the wrong question. It was fast, but on my short WikiText-2 control it scored 6.4949 PPL. Plain Q40 scored 6.3798. The first higher-quality hybrid went too far the other way: good perplexity, 34.19 tok/s, and no comfortable room for 256K plus vision. This is the build that survived both gates. It is a 17.1 GB, 5.01 BPW mixed-precision GGUF of Qwen/Qwen3.8-27B. It keeps large, tolerant matrices in native NVFP4 and spends more bits on selected attention, Gated DeltaNet, and late FFN tensors. The trained MTP layer remains embedded in the same GGUF. This is not a fine-tune. I built the private calibration workload from 5,472 messages…

Open weights apache-2.0

Model · Image and text to text

Huihui-Qwen3.8-27B-abliterated-GGUF

Huihui.ai

This is an uncensored version of Qwen/Qwen3.8-27B created with abliteration (see remove-refusals-with-transformers to know more about it). This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens. The newly added Huihui-Qwen3.8-27B-abliterated-GSQ-RCO series come from ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF. Only layers 23 to 51 have been ablated, while the other layers remain unablated. It may come with a small disclaimer warning. The size after conversion may differ from the original GGUF. The newly added Huihui-Qwen3.8-27B-abliterated-UD series come from unsloth/Qwen3.8-27B-GGUF. Only layers 18 to 51 have been ablated(Previously…

Open weights apache-2.0 transformers

Qwen3.8-27B uncensored by HauhauCS 0/465 Refusals. This is the Aggressive variant: direct answers, no refusal behavior, and minimal preamble on hard prompts. Every text GGUF preserves Qwen3.8's native NextN head, and this release adds HauhauCS FastMTP: a specific acceleration sidecar qualified across the complete quant lineup at maximum native context. Vision is included through the separate BF16 projector. No changes to datasets or intended capabilities. This release preserves Qwen3.8-27B's text, reasoning, agentic, image, and video capabilities while applying the HauhauCS Aggressive uncensoring profile. Pick Aggressive when you specifically want the model to get to the answer without…

Open weights apache-2.0

Model · Image and text to text

Gemma-4-E4B-Uncensored-HauhauCS-Aggressive

HauhauCS

Gemma 4 E4B-IT uncensored by HauhauCS. 0/465 Refusals\ No changes to datasets or capabilities. Fully functional, 100% of what the original authors intended - just without the refusals. These are meant to be the best lossless uncensored models out there. Stronger uncensoring — model is fully unlocked and won't refuse prompts. May occasionally append short disclaimers (baked into base model training, not refusals) but full content is always generated. For a more conservative uncensor that keeps some safety guardrails, check the Balanced variant when it's available. All quants generated with importance matrix (imatrix) for optimal quality preservation on abliterated weights. KP ("Perfect")…

Open weights gemma

Model · Image and text to text

Qwen3.5-9B-GGUF

Unsloth AI

You can now also fine-tune the model locally with Unsloth. - Read our Qwen3.5 fine-tuning guide here. Over recent months, we have intensified our focus on developing foundation models that deliver exceptional utility and performance. Qwen3.5 represents a significant leap forward, integrating breakthroughs in multimodal learning, architectural efficiency, reinforcement learning scale, and global accessibility to empower developers and enterprises with unprecedented capability and efficiency. For more details, please refer to our blog post Qwen3.5. WMT24++: a harder subset of WMT24 after difficulty labeling and rebalancing; we report the averaged scores on 55 languages using XCOMET-XXL. Empty…

Open weights apache-2.0 transformers

Model · Image and text to text

Qwen3.8-Flash-Next-GGUF

Unsloth AI

As the frontier of foundation models pushes toward ever-larger parameter counts and ever-longer context windows, the question is no longer just how much we can scale, but how efficiently we can do so. Sustainable progress toward artificial general intelligence (AGI) that benefits everyone demands architectural innovation. Today, we are sharing a concrete step in that direction: Qwen3.8-Flash-Next. This experimental preview of the architecture that will underpin Qwen4 is built around a fundamental rethinking of how the core components of modern large language models (LLMs) interact at scale. The first open-weight release under this architecture is Qwen3.8-Flash-Next, which introduces: For…

Open weights other