danielhanchen commited on
Commit
24ccf90
·
verified ·
1 Parent(s): 8a8a06c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -73,6 +73,15 @@ Also do **NOT** use the Marlin backend since it's 2x slower - use the native vLL
73
  | nvidia 35B-A3B | marlin (auto) | 240.8 | 8,721 |
74
  | unsloth 35B-A3B | cute-DSL + trtllm (auto) | 295.2 | **15,636** |
75
 
 
 
 
 
 
 
 
 
 
76
  ## Multi-Token Prediction (MTP)
77
 
78
  This checkpoint includes the MTP module, so it can act as its own speculative draft for faster decoding, but somewhat less throughput
 
73
  | nvidia 35B-A3B | marlin (auto) | 240.8 | 8,721 |
74
  | unsloth 35B-A3B | cute-DSL + trtllm (auto) | 295.2 | **15,636** |
75
 
76
+ ## DGX Spark
77
+
78
+ You must use the below or you will get **2x slower** inference!
79
+ ```shell
80
+ export CUTE_DSL_ARCH=sm_121a
81
+ vllm serve unsloth/Qwen3.6-35B-A3B-NVFP4-Fast \
82
+ --moe-backend flashinfer_b12x --linear-backend flashinfer_b12x
83
+ ```
84
+
85
  ## Multi-Token Prediction (MTP)
86
 
87
  This checkpoint includes the MTP module, so it can act as its own speculative draft for faster decoding, but somewhat less throughput