Views
No views yet
nvidia/GLM-5.2-NVFP4. This is the
latest finished-epoch checkpoint (epoch 6, global step 183080) of the ongoing
training run — trained ~3× longer than the v1 (epoch-2) release.
An epoch-7 checkpoint is still in progress; this is the newest fully-completed
epoch available.speculator in vLLM's --speculative-config, proposing 15 tokens
per step to the GLM-5.2 verifier.DSparkDraftModel — a 5-layer qwen3-backed draft attaching to
the verifier at layers [8, 23, 39, 55, 70], with two heads on top of
DFlash:mask_token_id 154856, bf16. See config.json
/ config.py.neuralmagic/vllm@dspark-speculators,
commit 70cf932f7).1vllm serve nvidia/GLM-5.2-NVFP4 \
2 --tensor-parallel-size 4 \
3 --enable-expert-parallel \
4 --all2all-backend flashinfer_nvlink_one_sided \
5 --attention-backend FLASHINFER_MLA_SPARSE \
6 --kv-cache-dtype fp8 \
7 --speculative-config '{
8 "method": "dspark",
9 "model": "siro1/glm-5.2-dspark-preview",
10 "num_speculative_tokens": 15,
11 "draft_sample_method": "greedy",
12 "attention_backend": "FLASH_ATTN"
13 }' \
14 --reasoning-parser glm45 --tool-call-parser glm47 --enable-auto-tool-choice \
15 --trust-remote-codefp8 KV-cache caveat: the draft usesFLASH_ATTN, which can't do fp8 KV cache on Blackwell. When serving the verifier with--kv-cache-dtype fp8, force the tiny (5-layer) draft to bf16 KV cache (patchvllm/v1/worker/gpu/spec_decode/dspark/utils.pyso the draft config usescache_dtype='auto'), or drop--kv-cache-dtype fp8.
training_state.json is included for
provenance. Training continues toward epoch 10.speculators 0.6.0.dev0 against the GLM-5.2-NVFP4 verifier (vLLM
0.1.dev1+gee53abf1a, transformers 5.12.1, torch 2.11.0+cu129). 5 draft
layers, block 16, target layers [8, 23, 39, 55, 70], Markov rank 256 +
confidence head, loss {"ce": 0.1, "tv": 0.9}, lr 6e-4 cosine, 10 epochs,
world size 20, verifier hidden states over Mooncake (P2P). See train_command.txt.nvidia/GLM-5.2-NVFP4 (GlmMoeDsaForCausalLM)neuralmagic/vllm@dspark-speculators @70cf932f7, built with
TORCH_CUDA_ARCH_LIST=10.3 (Blackwell sm_103). Rebuild for other arches.speculators >= 0.6.0.dev0 (provides
DSparkSpeculatorConfig via auto_map).