Model reference · open weights
Qwen3.8-GSQ-RCO is an open-weight language model from ISTA-DASLab, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
GSQ-RCO GGUF release card, TEMPLATE (filled with Qwen3.8-27B as the example). To publish a new model, copy this folder and change only: 1. the YAML frontmatter above (basemodel, license) 2. every field marked [swap] (model name, filenames, one-line summaries) 3. the results: drop tools/results/<model.json, run python tools/makeplots.py tools/results/<model.json then paste the printed Markdown table into "Results". The header (banner + badges) is shared across all releases. NB: the YAML block must remain the very first bytes of the file (HF requirement). -- Qwen3.8-27B · GSQ-RCO GGUFs Non-uniform GGUF quantizations produced with GSQ and RCO, with a vision projector for multimodal use. [](https://arxiv.org/abs/2604.18556) [](https://arxiv.org/abs/2605.00649) [](https://github.com/IST-DASLab/GSQ) [](https://github.com/IST-DASLab/RCO) [](https://github.com/IST-DASLab) [](#license) Overview This repository provides GGUF quantizations of Qwen3.8-27B at three 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. 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. The IQ3XXS model is the task-lossless operating point: it matches the base model on AIME25
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | ISTA-DASLab |
|---|---|
| Type | Language models |
| Variants | 1 |
| Runs with | gguf |
| Based on | Qwen/Qwen3.8-27B |
| Released | 2026-08-28 |
| Popularity | 7k downloads / month |
| Likes | 70 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| Qwen3.8-27B-GSQ-RCO-GGUF | — | GGUF | — | — | Weights ↗ |
Using it via the API
Once AxForge deploys qwen3-8-gsq-rco for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (qwen3-8-gsq-rco below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"qwen3-8-gsq-rco","messages":[{"role":"user","content":"Hello"}]}'
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗