jianchen0311 commited on
Commit
5fc3b3d
·
verified ·
1 Parent(s): 31413de

Clarify SGLang and vLLM installation notes

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -40,6 +40,8 @@ DFlash uses a lightweight block diffusion draft model to propose multiple tokens
40
 
41
  ### Installation
42
 
 
 
43
  Install a recent SGLang build with DFlash support:
44
 
45
  ```bash
@@ -48,6 +50,10 @@ uv pip install --upgrade "sglang[all]"
48
 
49
  For best performance on Blackwell GPUs, use an SGLang build that includes DFlash, FA4/TRT-LLM attention, and FlashInfer support.
50
 
 
 
 
 
51
  ### Launch Server
52
 
53
  This model should be used with an inference server that supports DFlash speculative decoding. An example SGLang deployment is:
 
40
 
41
  ### Installation
42
 
43
+ #### SGLang
44
+
45
  Install a recent SGLang build with DFlash support:
46
 
47
  ```bash
 
50
 
51
  For best performance on Blackwell GPUs, use an SGLang build that includes DFlash, FA4/TRT-LLM attention, and FlashInfer support.
52
 
53
+ #### vLLM
54
+
55
+ For vLLM support, please refer to [vllm-project/vllm#40898](https://github.com/vllm-project/vllm/pull/40898). We will update the PR to make it merge-ready soon.
56
+
57
  ### Launch Server
58
 
59
  This model should be used with an inference server that supports DFlash speculative decoding. An example SGLang deployment is: