AIAny
AI Model2026
Icon for item

Qwythos-9B-v2-GGUF

Provides GGUF-quantized builds of the Qwythos-9B-v2 LLM for local runtimes, with multiple quant levels, optional MTP-enabled variants, a 1,048,576-token context window, and an optional BF16 vision projector for multimodal use.

Introduction

Local inference workflows increasingly demand models that are both quantized for efficiency and feature-complete for multimodal and long-context use. Qwythos-9B-v2-GGUF packages the Qwythos-9B-v2 SFT + FTPO improvements into GGUF artifacts targeted at llama.cpp, Ollama, LM Studio and other GGUF runtimes, trading a few GB of disk for deterministic, long-context and MTP-capable local inference.

Key Capabilities
  • Quantization variants and sizes: multiple GGUF quant files from Q4_K_M (~5.34 GiB) up to BF16 (~16.69 GiB), plus MTP-enabled variants that keep MTP matrices at Q8_0. This makes it straightforward to pick a size/quality point for single‑GPU or constrained desktop inference.
  • Long-context support: YaRN rope-scaling for a 1,048,576-token context window (configurable via -c up to 1048576), with guidance on expected KV-cache resource needs across GPU classes.
  • Looping fix & reasoning preservation: FTPO (Final-Token Preference Optimization) reduced greedy/low-temperature repetition from 6.7% to 0% while keeping reasoning benchmarks at-or-above the base Qwythos levels; greedy decoding can be used deterministically in many cases.
  • Multimodal option: an optional BF16 mmproj (0.86 GiB) pairs with any text quant to enable image input via the inherited Qwen3.5 vision tower (vision tower was not fine-tuned in v2; behavior matches base Qwen3.5-9B).
Who it's for + Trade-offs

Great fit if you need a deployable 9B-class model that runs locally on GGUF runtimes, want explicit quantization choices (Q4–Q8–BF16), need support for MTP speculative decoding, or require extremely long context windows for retrieval-augmented workflows. Look elsewhere if you need a rigorously fine-tuned vision encoder (the vision tower is inherited and not v2-fine-tuned), need official vendor support, or cannot accept the storage/memory footprint of higher-precision variants.

Where it fits

This release sits between raw Qwen3.5 weights and larger commercial hosted models: it preserves Qwen3.5-compatible multimodal plumbing and adds a targeted degeneration fix (FTPO) plus pragmatic quant files for local GGUF runtimes. For deterministic, repeat-free local runs at small disk budgets, start with Q4_K_M; for near-lossless fidelity, use Q8_0 or BF16.

Information

  • Websitehuggingface.co
  • OrganizationsEmpero AI, Alibaba (Qwen team)
  • Published date2026/07/09

Categories

More Items

Generates unified embeddings for text, images, video, visual documents and interleaved multimodal inputs with configurable output dimensions and Matryoshka truncation to trade accuracy for cost. Model weights and code are released under Apache-2.0; the 9B variant scores 80.6 on MMEB-v2.

Hugging Face
AI Video2026

Conditions a MiniMax‑H3 video generator with a single ControlNet‑Union checkpoint to accept Canny, Depth, HED, MLSD or Pose control videos and run video inpainting. Guidance‑distilled for one‑pass inference; requires the base MiniMax‑H3 weights and specific control-branch config.

Hugging Face
AI Model2026

Provides 2-bit quantized weights of Qwen3.8-27B (~10.15 GB) for local deployment, enabling the full 27B parameter model to run on a single 24 GB GPU with long-context support. Delivered as safetensors plus a companion SGLang runtime; measured to match FP8 reference on common benchmarks with small or no quality loss.