CoolFace
Modelpublic

mudler/Qwopus3.6-35B-A3B-v1-APEX-GGUF

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
24likes2.1kdownloads
Model Card

Qwopus 3.6 35B-A3B v1 APEX GGUF

APEX (Adaptive Precision for EXpert Models) quantizations of Jackrong/Qwopus3.6-35B-A3B-v1.

Brought to you by the [LocalAI](https://github.com/mudler/LocalAI) team | APEX Project

Available Files

FileProfileSizeBest For
Qwopus3.6-35B-A3B-v1-APEX-I-Quality.ggufI-Quality23 GBHighest quality with imatrix
Qwopus3.6-35B-A3B-v1-APEX-Quality.ggufQuality23 GBHighest quality standard
Qwopus3.6-35B-A3B-v1-APEX-I-Balanced.ggufI-Balanced25 GBBest overall quality/size ratio
Qwopus3.6-35B-A3B-v1-APEX-Balanced.ggufBalanced25 GBGeneral purpose
Qwopus3.6-35B-A3B-v1-APEX-I-Compact.ggufI-Compact17 GBConsumer GPUs, best quality/size
Qwopus3.6-35B-A3B-v1-APEX-Compact.ggufCompact17 GBConsumer GPUs
Qwopus3.6-35B-A3B-v1-APEX-I-Mini.ggufI-Mini14 GBSmallest viable, fastest inference

What is APEX?

APEX is a quantization strategy for Mixture-of-Experts (MoE) models. It classifies tensors by role (routed expert, shared expert, attention) and applies a layer-wise precision gradient — edge layers get higher precision, middle layers get more aggressive compression. I-variants use diverse imatrix calibration (chat, code, reasoning, tool-calling, agentic traces, Wikipedia).

See the APEX project for full details.

Architecture

  • —Base Model: Jackrong/Qwopus3.6-35B-A3B-v1
  • —Architecture: Qwen3.5-MoE 35B-A3B
  • —Layers: 40
  • —Experts: 256 routed (8 active per token)
  • —Total Parameters: ~35B
  • —Active Parameters: ~3B per token
  • —APEX Config: 6+6 symmetric edge gradient across 40 layers
  • —Calibration: v1.3 diverse dataset (chat, code, reasoning, tool-calling, multilingual)

Run with LocalAI

bash
local-ai run mudler/Qwopus3.6-35B-A3B-v1-APEX-GGUF@Qwopus3.6-35B-A3B-v1-APEX-I-Balanced.gguf

Credits

APEX is brought to you by the LocalAI team. Developed through human-driven, AI-assisted research. Built on llama.cpp.