--- library_name: gguf tags: - gguf - quantized - mixed-precision license: apache-2.0 base_model: Qwen/Qwen3.5-35B-A3B base_model_relation: quantized pipeline_tag: text-generation --- # Qwen3.5-35B-A3B — 47GB (GGUF) Mixed-precision quantized version of [Qwen/Qwen3.5-35B-A3B](https://huggingface.co/Qwen/Qwen3.5-35B-A3B) using a proprietary quantization method by [baa.ai](https://baa.ai). ## Metrics | Metric | Value | |--------|-------| | **Size** | **47.0 GB** | | Average bits | 11.66 | | Format | llama.cpp (GGUF) | ## Usage ```bash brew install llama.cpp huggingface-cli hf download baa-ai/Qwen3.5-35B-A3B-RAM-50GB-GGUF --include "*.gguf" --local-dir ./qwen3.5-35b-a3b-ram-50gb llama-cli -m ./qwen3.5-35b-a3b-ram-50gb/Qwen3.5-35B-A3B-RAM-50GB.gguf -p "Hello!" -n 256 -ngl 99 ``` Or via `llama-server` for an OpenAI-compatible HTTP API: ```bash llama-server -m ./qwen3.5-35b-a3b-ram-50gb/Qwen3.5-35B-A3B-RAM-50GB.gguf --port 8080 -ngl 99 --ctx-size 8192 ``` Also works with Ollama, LM Studio, and `llama-cpp-python`. --- *Quantized by [baa.ai](https://baa.ai)* --- ## Black Sheep AI Products **[Shepherd](https://baa.ai/shepherd.html)** — 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](https://baa.ai/watchman.html)** — 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. Learn more at **[baa.ai](https://baa.ai)** — Sovereign AI.