diff --git a/README.md b/README.md index 40d1af3..8c27038 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ For instance, you can easily start a service using [vLLM](https://github.com/vll vllm serve deepseek-ai/DeepSeek-R1-Distill-Qwen-32B --tensor-parallel-size 2 --max-model-len 32768 --enforce-eager ``` -You can also easily start a service using [SGLang](https://github.com/sgl-project/sglang) +You can also easily start a service using [SGLang](https://github.com/sgl-project/sglang): ```bash python3 -m sglang.launch_server --model deepseek-ai/DeepSeek-R1-Distill-Qwen-32B --trust-remote-code --tp 2