Use sglang>=0.5.10.post1 (drop [all] extra)
Browse files- docs/deploy_guidance.md +1 -1
docs/deploy_guidance.md
CHANGED
|
@@ -33,7 +33,7 @@ You can refer to https://cookbook.sglang.io/autoregressive/Moonshotai/Kimi-K2.6
|
|
| 33 |
This model is supported in SGLang v0.5.10 and later stable releases (no nightly / main build required):
|
| 34 |
|
| 35 |
```
|
| 36 |
-
pip install "sglang
|
| 37 |
```
|
| 38 |
|
| 39 |
Here is the example for it to run with TP8 on H200 in a single node via SGLang:
|
|
|
|
| 33 |
This model is supported in SGLang v0.5.10 and later stable releases (no nightly / main build required):
|
| 34 |
|
| 35 |
```
|
| 36 |
+
pip install "sglang>=0.5.10.post1"
|
| 37 |
```
|
| 38 |
|
| 39 |
Here is the example for it to run with TP8 on H200 in a single node via SGLang:
|