skx618 commited on
Commit
ea0ac69
·
verified ·
1 Parent(s): 663e994

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -49,11 +49,10 @@ Acceptance length (`acc_len`) at temperature 0:
49
 
50
  ## Serving with SGLang
51
 
52
- Requires a SGLang build with DSpark support:
53
 
54
  ```bash
55
  SGLANG_ENABLE_UNIFIED_RADIX_TREE=1 \
56
- SGLANG_INKLING_DEFAULT_REASONING_EFFORT=0.99 \
57
  python -m sglang.launch_server \
58
  --trust-remote-code \
59
  --model-path thinkingmachines/Inkling-NVFP4 \
 
49
 
50
  ## Serving with SGLang
51
 
52
+ Requires a SGLang build (`docker pull lmsysorg/sglang:dev-cu13-inkling-dspark`) with DSpark support:
53
 
54
  ```bash
55
  SGLANG_ENABLE_UNIFIED_RADIX_TREE=1 \
 
56
  python -m sglang.launch_server \
57
  --trust-remote-code \
58
  --model-path thinkingmachines/Inkling-NVFP4 \