From 41d7e5b7e68f3aa0ef741d8774333c3518522d5e Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 13 Jan 2025 18:40:48 +0800 Subject: [PATCH] docs: update link (#2857) --- README.md | 16 ++++++++-------- benchmark/deepseek_v3/README.md | 2 +- docs/references/contribution_guide.md | 2 +- python/sglang/srt/sampling/sampling_params.py | 2 +- sgl-router/README.md | 2 +- sgl-router/v0.1.0.md | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 024fa2761..bacdb9fc1 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ -------------------------------------------------------------------------------- | [**Blog**](https://lmsys.org/blog/2024-07-25-sglang-llama3/) -| [**Documentation**](https://sgl-project.github.io/) -| [**Join Slack**](https://join.slack.com/t/sgl-fru7574/shared_invite/zt-2um0ad92q-LkU19KQTxCGzlCgRiOiQEw) -| [**Join Bi-Weekly Development Meeting**](https://docs.google.com/document/d/1xEow4eIM152xNcRxqZz9VEcOiTQo8-CEuuQ5qTmkt-E/edit?usp=sharing) +| [**Documentation**](https://docs.sglang.ai/) +| [**Join Slack**](https://slack.sglang.ai/) +| [**Join Bi-Weekly Development Meeting**](https://meeting.sglang.ai/) | [**Slides**](https://github.com/sgl-project/sgl-learning-materials?tab=readme-ov-file#slides) | ## News @@ -45,11 +45,11 @@ The core features include: - **Active Community**: SGLang is open-source and backed by an active community with industry adoption. ## Getting Started -- [Install SGLang](https://sgl-project.github.io/start/install.html) -- [Quick Start](https://sgl-project.github.io/start/send_request.html) -- [Backend Tutorial](https://sgl-project.github.io/backend/openai_api_completions.html) -- [Frontend Tutorial](https://sgl-project.github.io/frontend/frontend.html) -- [Contribution Guide](https://sgl-project.github.io/references/contribution_guide.html) +- [Install SGLang](https://docs.sglang.ai/start/install.html) +- [Quick Start](https://docs.sglang.ai/start/send_request.html) +- [Backend Tutorial](https://docs.sglang.ai/backend/openai_api_completions.html) +- [Frontend Tutorial](https://docs.sglang.ai/frontend/frontend.html) +- [Contribution Guide](https://docs.sglang.ai/references/contribution_guide.html) ## Benchmark and Performance Learn more in the release blogs: [v0.2 blog](https://lmsys.org/blog/2024-07-25-sglang-llama3/), [v0.3 blog](https://lmsys.org/blog/2024-09-04-sglang-v0-3/), [v0.4 blog](https://lmsys.org/blog/2024-12-04-sglang-v0-4/) diff --git a/benchmark/deepseek_v3/README.md b/benchmark/deepseek_v3/README.md index 5c353bca5..e7ad8d336 100644 --- a/benchmark/deepseek_v3/README.md +++ b/benchmark/deepseek_v3/README.md @@ -4,7 +4,7 @@ The SGLang and DeepSeek teams collaborated to get DeepSeek V3 FP8 running on NVI Special thanks to Meituan's Search & Recommend Platform Team and Baseten's Model Performance Team for implementing the model, and DataCrunch for providing GPU resources. -For optimizations made on the DeepSeek series models regarding SGLang, please refer to [DeepSeek Model Optimizations in SGLang](https://sgl-project.github.io/references/deepseek.html). +For optimizations made on the DeepSeek series models regarding SGLang, please refer to [DeepSeek Model Optimizations in SGLang](https://docs.sglang.ai/references/deepseek.html). ## Hardware Recommendation - 8 x NVIDIA H200 GPUs diff --git a/docs/references/contribution_guide.md b/docs/references/contribution_guide.md index b2211f463..b3b7f8268 100644 --- a/docs/references/contribution_guide.md +++ b/docs/references/contribution_guide.md @@ -14,7 +14,7 @@ git clone https://github.com//sglang.git ### Install Dependencies & Build -Refer to [Install SGLang from Source](https://sgl-project.github.io/start/install.html#method-2-from-source) documentation for more details on setting up the necessary dependencies. +Refer to [Install SGLang from Source](https://docs.sglang.ai/start/install.html#method-2-from-source) documentation for more details on setting up the necessary dependencies. ## Code Formatting with Pre-Commit diff --git a/python/sglang/srt/sampling/sampling_params.py b/python/sglang/srt/sampling/sampling_params.py index 2c3817e1b..d1d932693 100644 --- a/python/sglang/srt/sampling/sampling_params.py +++ b/python/sglang/srt/sampling/sampling_params.py @@ -23,7 +23,7 @@ class SamplingParams: The sampling parameters. See docs/references/sampling_params.md or - https://sgl-project.github.io/references/sampling_params.html + https://docs.sglang.ai/references/sampling_params.html for the documentation. """ diff --git a/sgl-router/README.md b/sgl-router/README.md index 617bca540..f39d63625 100644 --- a/sgl-router/README.md +++ b/sgl-router/README.md @@ -4,7 +4,7 @@ SGLang router is a standalone module implemented in Rust to achieve data paralle ## User docs -Please check https://sgl-project.github.io/router/router.html +Please check https://docs.sglang.ai/router/router.html ## Developer docs diff --git a/sgl-router/v0.1.0.md b/sgl-router/v0.1.0.md index 9a1ee152f..747731a71 100644 --- a/sgl-router/v0.1.0.md +++ b/sgl-router/v0.1.0.md @@ -54,7 +54,7 @@ Note: ## Closing remarks: -1. Please read the full usage at https://sgl-project.github.io/router/router.html +1. Please read the full usage at https://docs.sglang.ai/router/router.html 2. The feature is still under active improvement, so please don't hesitate to raise issues or submit PRs if you have any suggestions or feedback.