docs: update link (#2857)
This commit is contained in:
16
README.md
16
README.md
@@ -13,9 +13,9 @@
|
|||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
| [**Blog**](https://lmsys.org/blog/2024-07-25-sglang-llama3/)
|
| [**Blog**](https://lmsys.org/blog/2024-07-25-sglang-llama3/)
|
||||||
| [**Documentation**](https://sgl-project.github.io/)
|
| [**Documentation**](https://docs.sglang.ai/)
|
||||||
| [**Join Slack**](https://join.slack.com/t/sgl-fru7574/shared_invite/zt-2um0ad92q-LkU19KQTxCGzlCgRiOiQEw)
|
| [**Join Slack**](https://slack.sglang.ai/)
|
||||||
| [**Join Bi-Weekly Development Meeting**](https://docs.google.com/document/d/1xEow4eIM152xNcRxqZz9VEcOiTQo8-CEuuQ5qTmkt-E/edit?usp=sharing)
|
| [**Join Bi-Weekly Development Meeting**](https://meeting.sglang.ai/)
|
||||||
| [**Slides**](https://github.com/sgl-project/sgl-learning-materials?tab=readme-ov-file#slides) |
|
| [**Slides**](https://github.com/sgl-project/sgl-learning-materials?tab=readme-ov-file#slides) |
|
||||||
|
|
||||||
## News
|
## News
|
||||||
@@ -45,11 +45,11 @@ The core features include:
|
|||||||
- **Active Community**: SGLang is open-source and backed by an active community with industry adoption.
|
- **Active Community**: SGLang is open-source and backed by an active community with industry adoption.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
- [Install SGLang](https://sgl-project.github.io/start/install.html)
|
- [Install SGLang](https://docs.sglang.ai/start/install.html)
|
||||||
- [Quick Start](https://sgl-project.github.io/start/send_request.html)
|
- [Quick Start](https://docs.sglang.ai/start/send_request.html)
|
||||||
- [Backend Tutorial](https://sgl-project.github.io/backend/openai_api_completions.html)
|
- [Backend Tutorial](https://docs.sglang.ai/backend/openai_api_completions.html)
|
||||||
- [Frontend Tutorial](https://sgl-project.github.io/frontend/frontend.html)
|
- [Frontend Tutorial](https://docs.sglang.ai/frontend/frontend.html)
|
||||||
- [Contribution Guide](https://sgl-project.github.io/references/contribution_guide.html)
|
- [Contribution Guide](https://docs.sglang.ai/references/contribution_guide.html)
|
||||||
|
|
||||||
## Benchmark and Performance
|
## 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/)
|
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/)
|
||||||
|
|||||||
@@ -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.
|
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
|
## Hardware Recommendation
|
||||||
- 8 x NVIDIA H200 GPUs
|
- 8 x NVIDIA H200 GPUs
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ git clone https://github.com/<your_user_name>/sglang.git
|
|||||||
|
|
||||||
### Install Dependencies & Build
|
### 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
|
## Code Formatting with Pre-Commit
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class SamplingParams:
|
|||||||
The sampling parameters.
|
The sampling parameters.
|
||||||
|
|
||||||
See docs/references/sampling_params.md or
|
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.
|
for the documentation.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ SGLang router is a standalone module implemented in Rust to achieve data paralle
|
|||||||
|
|
||||||
## User docs
|
## User docs
|
||||||
|
|
||||||
Please check https://sgl-project.github.io/router/router.html
|
Please check https://docs.sglang.ai/router/router.html
|
||||||
|
|
||||||
## Developer docs
|
## Developer docs
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ Note:
|
|||||||
|
|
||||||
## Closing remarks:
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user