docs: update README (#2618)
This commit is contained in:
@@ -24,7 +24,7 @@ docker run --gpus all --shm-size 32g -p 30000:30000 -v ~/.cache/huggingface:/roo
|
|||||||
### Using pip
|
### Using pip
|
||||||
```bash
|
```bash
|
||||||
# Installation
|
# Installation
|
||||||
pip install "sglang[all]" --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer
|
pip install "sglang[all]==0.4.1.post1" --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer
|
||||||
|
|
||||||
# Launch
|
# Launch
|
||||||
python3 -m sglang.launch_server --model deepseek-ai/DeepSeek-V3 --enable-dp-attention --tp 8 --trust-remote-code
|
python3 -m sglang.launch_server --model deepseek-ai/DeepSeek-V3 --enable-dp-attention --tp 8 --trust-remote-code
|
||||||
|
|||||||
Reference in New Issue
Block a user