Update README.md
Browse files
README.md
CHANGED
@@ -249,9 +249,9 @@ After updating the config, proceed with either **vLLM** or **SGLang** for servin
|
|
249 |
To run Qwen with 1M context support:
|
250 |
|
251 |
```bash
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
```
|
256 |
|
257 |
Then launch the server with Dual Chunk Flash Attention enabled:
|
|
|
249 |
To run Qwen with 1M context support:
|
250 |
|
251 |
```bash
|
252 |
+
pip install -U vllm \
|
253 |
+
--torch-backend=auto \
|
254 |
+
--extra-index-url https://wheels.vllm.ai/nightly
|
255 |
```
|
256 |
|
257 |
Then launch the server with Dual Chunk Flash Attention enabled:
|