Captures >97% of the GGUF format's achievable quality at ~40% of the F16 size. The gap between MLX and F16 GGUF reflects llama.cpp's handling of Qwen3.6's hybrid linear-attention + full-attention + SSM architecture, not quantization overhead.
Usage
Every option below is a complete start-from-zero recipe. Pick one.
Disk space: leave ~30 GB free. The GGUF is 26.3 GB; some runtimes keep a working copy.
Option 1 — llama.cpp (CLI)
bash
1# 1. Install llama.cpp (macOS / Linux)2brew install llama.cpp huggingface-cli
3# On Linux without brew:4# pip install huggingface_hub5# see https://github.com/ggml-org/llama.cpp for build instructions67# 2. Download this model (~26 GB)8hf download baa-ai/Qwen3.6-35B-A3B-RAM-26GB-GGUF \9 --include "*.gguf"\10 --local-dir ./qwen3.6-ram-26gb
1112# 3. Run interactively13llama-cli -m ./qwen3.6-ram-26gb/Qwen3.6-35B-A3B-RAM-26GB.gguf \14 -p "Explain quantum entanglement in one paragraph."\15 -n 512 --threads 8 -ngl 99
Shepherd — Private AI deployment platform that shrinks frontier models by 50-60% through RAM compression, enabling enterprises to run sophisticated AI on single GPU instances or Apple Silicon hardware. Deploy in your VPC with zero data leaving your infrastructure. Includes CI/CD pipeline integration, fleet deployment across Apple Silicon clusters, air-gapped and sovereign deployment support, and multi-format export (MLX, GGUF). Annual cloud costs from ~$2,700 — or run on a Mac Studio for electricity only.
Watchman — Capability audit and governance platform for compressed AI models. Know exactly what your quantized model can do before it goes live. Watchman predicts which capabilities survive compression in minutes — replacing weeks of benchmarking. Includes compliance-ready reporting for regulated industries, quality valley warnings for counterproductive memory allocations, instant regression diagnosis tracing issues to specific tensors, and 22 adversarial security probes scanning for injection, leakage, hallucination, and code vulnerabilities.