Views
No views yet
Blackwell GPU recommended (native FP4-MMA). It also runs on other hardware via NVFP4 dequant, but slower - off Blackwell the FP4 matmuls fall back (e.g. to CPU on Apple Metal). The throughput figures below are measured on GB10 / DGX Spark (consumer Blackwell).
| File | Size | file_type | NVFP4 tensors | sha256 |
|---|---|---|---|---|
q36-35b-a3b-nvfp4.gguf | 23.9 GB (23,850,227,680 bytes) | MOSTLY_NVFP4 | 241 | 1690d0424e232527b8bb135a38033e4699ad11817677eebacd40349020faea52 |
nvidia/Qwen3.6-35B-A3B-NVFP4.--outtype auto (NVFP4-preserving). The NVFP4 tensors are carried through into the GGUF unchanged, so the file reports file_type = MOSTLY_NVFP4 with 241 native NVFP4 tensors. No re-quantization to an integer K-quant is performed.base_model: nvidia/Qwen3.6-35B-A3B-NVFP4qwen3.6-35b-a3b-nvfp4-pagedHeads-up - the backend is not in a release yet. Thellama-cpp-localai-pagedbackend and these gallery entries ship in LocalAI PR #10462, which is not yet merged. Until it lands, run LocalAI built from that PR branch. Once it is merged, a current LocalAI release already includes the backend and this gallery entry - nothing extra needed.
local-ai models install qwen3.6-35b-a3b-nvfp4-pagedqwen3.6-35b-a3b-nvfp4-paged, and click Install.1curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
2 "model": "qwen3.6-35b-a3b-nvfp4-paged",
3 "messages": [{"role": "user", "content": "Hello!"}]
4}'ssm_bf16_tau option (see Benchmarks)ssm_bf16_tau) closes most of the remaining gap.sha256sum q36-35b-a3b-nvfp4.gguf
# 1690d0424e232527b8bb135a38033e4699ad11817677eebacd40349020faea52SHA256SUMS.txt (covering both NVFP4 GGUFs in this collection) is included in the repo.