Views
No views yet
Hcompany/Holo-3.1-35B-A3B-NVFP4lm_head.weight with a dequantized BF16 full-width headlm_head.* tensors out of shard 3 so vLLM does not load the packed headconfig.json and model.safetensors.index.json1BASE=/workspace/holo3/models/Holo-3.1-35B-A3B-NVFP4
2PATCH=/workspace/holo3/models/Holo-3.1-35B-A3B-NVFP4-bf16-head
3mkdir -p "$PATCH"
4for f in "$BASE"/*; do ln -s "$f" "$PATCH/$(basename "$f")" 2>/dev/null || true; done
5hf download akzaidan/holo31-mixed-nvfp4-bf16-head-overlay --local-dir /tmp/holo31-overlay
6cp -f /tmp/holo31-overlay/config.json "$PATCH/config.json"
7cp -f /tmp/holo31-overlay/model.safetensors.index.json "$PATCH/model.safetensors.index.json"
8cp -f /tmp/holo31-overlay/model-00003-of-00003.safetensors "$PATCH/model-00003-of-00003.safetensors"
9cp -f /tmp/holo31-overlay/model-lm-head-bf16.safetensors "$PATCH/model-lm-head-bf16.safetensors"
10cp -f /tmp/holo31-overlay/start_vllm_nvfp4_bf16_head.sh /workspace/holo3/scripts/start_vllm_nvfp4_bf16_head.sh
11chmod +x /workspace/holo3/scripts/start_vllm_nvfp4_bf16_head.sh/workspace/holo3/scripts/start_vllm_nvfp4_bf16_head.shholo3-1-35b-a3b-mixed-nvfp4{"chat_template_kwargs":{"enable_thinking":false}}--reasoning-parser qwen3, vLLM routes open <think> text into the reasoning field, so simple prompts may return content: null until the model emits answer text after </think>.