This is the NVIDIA ModelOpt NVFP4 deployment checkpoint for
migtissera/Tess-4-35B-A3B,
pinned to source revision
cae99edb934875a1977774502664dedf03c211db.
The model's routed MoE experts are packed as NVFP4, with calibrated FP8 KV-cache
scales. The vision tower, multimodal projection path, shared experts, attention
layers, embeddings, LM head, and included MTP head remain in BF16. The export
retains the complete Qwen3.5 multimodal processor and the native 262,144-token
context configuration.
1vllm serve migtissera/Tess-4-35B-A3B-NVFP4 \
2 --quantization modelopt_fp4 \
3 --kv-cache-dtype fp8 \
4 --dtype bfloat16 \
5 --max-model-len 262144 \
6 --reasoning-parser qwen3 \
7 --enable-auto-tool-choice \
8 --tool-call-parser qwen3_coder \
9 --trust-remote-code
The first validated deployment uses plain decoding. The preserved BF16 MTP
head can be enabled later as a serving configuration change after validating
the base NVFP4 path.