docs: update link (#2857)

This commit is contained in:
Yineng Zhang
2025-01-13 18:40:48 +08:00
committed by GitHub
parent 20a9f5dfe0
commit 41d7e5b7e6
6 changed files with 13 additions and 13 deletions

View File

@@ -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/)

View File

@@ -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

View File

@@ -14,7 +14,7 @@ git clone https://github.com/<your_user_name>/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

View File

@@ -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.
"""

View File

@@ -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

View File

@@ -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.