Accio-Lab/occamy-1.0-NVFP4

Model

Occamy 1.0 NVFP4

5

1 commits

1 linked in READMEs

updated Sep 16, 2026

See the code
4-bit
8-bit
conversational
endpoints_compatible
image-text-to-text
mixture-of-experts
modelopt
nvfp4
qwen3_5_moe
safetensors
transformers

README

Occamy 1.0 NVFP4

Mixed-precision NVFP4 weights of Accio-Lab/occamy-1.0.

The routed MoE experts use NVFP4 weights and activations through NVIDIA Model Optimizer 0.44.0 NVFP4_EXPERTS_ONLY_CFG. Attention, routers, shared experts, embeddings, output head, and vision weights retain BF16. The original Occamy tokenizer and chat template are preserved. This checkpoint does not include a donor MTP head.

Calibration

128 records from the train split of CNN/DailyMail, configuration 3.0.0, truncated to 256 tokens. Sixteen separate test records were held out. The exact dataset revision and selection are in data-provenance.json; the quantization configuration is in quantization-recipe.json. No training or fine-tuning was performed.

For expert weights whose observers were not activated, ModelOpt used weight-derived or fused-tensor scaling during export. This limited calibration set does not establish coverage of every expert on every workload. The runtime checks below test the exported checkpoint.

Evaluation

CheckBF16NVFP4
Text requests ending normally8/88/8
Strict JSON fixtures3/43/4
Tool-call JSON fixtures2/22/2
Structured tool calls through the API2/22/2
Local add-tool execution and result follow-upTrueTrue
Generated code with independent tests2/22/2
Held-out token NLL2.2528372.262056
Synthetic red-image recognitionpasspass

Full scalar results are in VALIDATION.json. These are small regression checks, not general benchmark results. The add tool was executed locally and its result returned to the model; the weather case validates the structured call only. Code fences were removed for code execution; JSON checks require raw JSON. No broad vision, audio, video, long-context, or throughput claim is made. The validation context length was 2048.

Tested serving configuration

SGLang 0.5.13.post1, FlashInfer 0.6.12, PyTorch 2.11.0+cu130. Native NVFP4 execution requires compatible hardware and kernels.

python -m sglang.launch_server \
  --model-path Accio-Lab/occamy-1.0-NVFP4 \
  --quantization modelopt_fp4 --dtype bfloat16 \
  --moe-runner-backend flashinfer_cutlass \
  --attention-backend triton --mamba-backend triton \
  --mm-attention-backend sdpa \
  --tool-call-parser qwen3_coder --reasoning-parser qwen3 \
  --context-length 2048 --max-total-tokens 4096 \
  --max-running-requests 1 --max-mamba-cache-size 4 \
  --disable-cuda-graph --disable-radix-cache --disable-overlap-schedule

The tests used greedy decoding and chat_template_kwargs={"enable_thinking": false}.

vLLM compatibility

On a single H200, this checkpoint completed all 9 requests and passed all 9 semantic checks, covering text, code, strict JSON, tool calls and result follow-up, and images. The BF16 reference also passed 9/9. There were no request errors or truncated responses. This used the Marlin W4A16 path, not native FP4 compute. MTP was disabled. This is a small compatibility check, not a broad quality or speed benchmark.

Attribution and license

Original model: Accio-Lab, based on Qwen3.6-35B-A3B. Original Apache-2.0 license is included.

See Technical details for reproduction settings.

Contributors

Eang

1 commits

Accio-Lab/occamy-1.0-NVFP4

Model

Occamy 1.0 NVFP4

5

1 commits

1 linked in READMEs

updated Sep 16, 2026

See the code
4-bit
8-bit
conversational
endpoints_compatible
image-text-to-text
mixture-of-experts
modelopt
nvfp4
qwen3_5_moe
safetensors
transformers

README

Occamy 1.0 NVFP4

Mixed-precision NVFP4 weights of Accio-Lab/occamy-1.0.

The routed MoE experts use NVFP4 weights and activations through NVIDIA Model Optimizer 0.44.0 NVFP4_EXPERTS_ONLY_CFG. Attention, routers, shared experts, embeddings, output head, and vision weights retain BF16. The original Occamy tokenizer and chat template are preserved. This checkpoint does not include a donor MTP head.

Calibration

128 records from the train split of CNN/DailyMail, configuration 3.0.0, truncated to 256 tokens. Sixteen separate test records were held out. The exact dataset revision and selection are in data-provenance.json; the quantization configuration is in quantization-recipe.json. No training or fine-tuning was performed.

For expert weights whose observers were not activated, ModelOpt used weight-derived or fused-tensor scaling during export. This limited calibration set does not establish coverage of every expert on every workload. The runtime checks below test the exported checkpoint.

Evaluation

CheckBF16NVFP4
Text requests ending normally8/88/8
Strict JSON fixtures3/43/4
Tool-call JSON fixtures2/22/2
Structured tool calls through the API2/22/2
Local add-tool execution and result follow-upTrueTrue
Generated code with independent tests2/22/2
Held-out token NLL2.2528372.262056
Synthetic red-image recognitionpasspass

Full scalar results are in VALIDATION.json. These are small regression checks, not general benchmark results. The add tool was executed locally and its result returned to the model; the weather case validates the structured call only. Code fences were removed for code execution; JSON checks require raw JSON. No broad vision, audio, video, long-context, or throughput claim is made. The validation context length was 2048.

Tested serving configuration

SGLang 0.5.13.post1, FlashInfer 0.6.12, PyTorch 2.11.0+cu130. Native NVFP4 execution requires compatible hardware and kernels.

python -m sglang.launch_server \
  --model-path Accio-Lab/occamy-1.0-NVFP4 \
  --quantization modelopt_fp4 --dtype bfloat16 \
  --moe-runner-backend flashinfer_cutlass \
  --attention-backend triton --mamba-backend triton \
  --mm-attention-backend sdpa \
  --tool-call-parser qwen3_coder --reasoning-parser qwen3 \
  --context-length 2048 --max-total-tokens 4096 \
  --max-running-requests 1 --max-mamba-cache-size 4 \
  --disable-cuda-graph --disable-radix-cache --disable-overlap-schedule

The tests used greedy decoding and chat_template_kwargs={"enable_thinking": false}.

vLLM compatibility

On a single H200, this checkpoint completed all 9 requests and passed all 9 semantic checks, covering text, code, strict JSON, tool calls and result follow-up, and images. The BF16 reference also passed 9/9. There were no request errors or truncated responses. This used the Marlin W4A16 path, not native FP4 compute. MTP was disabled. This is a small compatibility check, not a broad quality or speed benchmark.

Attribution and license

Original model: Accio-Lab, based on Qwen3.6-35B-A3B. Original Apache-2.0 license is included.

See Technical details for reproduction settings.

Contributors

Eang

1 commits