From bc9a62e0c224ea1ab1c239decface86332967379 Mon Sep 17 00:00:00 2001 From: YANIV COHEN <120085842+Yaniv1499@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:30:31 +0200 Subject: [PATCH] Updated README Added ':', because didn't get the hyperlink for the link without it, (when I open The ReadMe file from the Saferi browser) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d2bda..3117ec1 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,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