dsikka commited on
Commit
36c184c
·
verified ·
1 Parent(s): bee1cbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -34,6 +34,25 @@ docker run --gpus all \
34
  --reasoning-parser glm45
35
  ```
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  # Evaluations
38
 
39
  | Benchmark | Metric | Avg Score |
 
34
  --reasoning-parser glm45
35
  ```
36
 
37
+ ## Enable Speculative Decoding
38
+
39
+ ```
40
+ docker run --gpus all \
41
+ --privileged --ipc=host -p 8000:8000 \
42
+ -v ~/.cache/huggingface:/root/.cache/huggingface \
43
+ -e VLLM_ENGINE_READY_TIMEOUT_S=3600 \
44
+ -e PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True \
45
+ vllm/vllm-openai:glm53-flash RedHatAI/GLM-5.3-Flash-NVFP4 \
46
+ --tensor-parallel-size 4 \
47
+ --no-enable-flashinfer-autotune \
48
+ --tool-call-parser glm47 \
49
+ --enable-auto-tool-choice \
50
+ --reasoning-parser glm45 \
51
+ --gpu-memory-utilization 0.85 \
52
+ --disable-custom-all-reduce \
53
+ --speculative-config '{"method":"mtp","num_speculative_tokens":5}'
54
+ ```
55
+
56
  # Evaluations
57
 
58
  | Benchmark | Metric | Avg Score |