Skip to content

Commit 09af7ee

Browse files
committed
sglang.ai -> sglang.io
1 parent 4241b5b commit 09af7ee

11 files changed

+12
-12
lines changed

blog/2025-07-08-ome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ OME represents a paradigm shift from deployment-driven to model-driven infrastru
465465

466466
**Get Involved:**
467467
- **GitHub**: [github.com/sgl-project/ome](https://github.com/sgl-project/ome)
468-
- **Documentation**: [docs.sglang.ai/ome](https://docs.sglang.ai/ome/)
469-
- **Community**: Join our [Slack](https://slack.sglang.ai/) for support and discussions
468+
- **Documentation**: [docs.sglang.io/ome](https://docs.sglang.io/ome/)
469+
- **Community**: Join our [Slack](https://slack.sglang.io/) for support and discussions
470470
- **Contribute**: We welcome contributions from the community
471471

472472
## Acknowledgments

blog/2025-07-16-nvila.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,6 @@ We thank all contributors for their efforts in developing and integrating NVILA
411411
**Further Reading:**
412412

413413
- [SGLang on GitHub](https://github.com/sgl-project/sglang)
414-
- [How to Support New Models in SGLang](https://docs.sglang.ai/supported_models/support_new_models.html)
414+
- [How to Support New Models in SGLang](https://docs.sglang.io/supported_models/support_new_models.html)
415415
- [SGLang PR for NVILA integration](https://github.com/sgl-project/sglang/pull/6106)
416416
- [SGLang PR for multimodal processors](https://github.com/sgl-project/sglang/pull/7629)

blog/2025-07-20-k2-large-scale-ep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ helm upgrade --install ome-crd oci://ghcr.io/moirai-internal/charts/ome-crd --na
8484
helm upgrade --install ome oci://ghcr.io/moirai-internal/charts/ome-resources --namespace ome
8585
```
8686

87-
For detailed setup instructions, refer to the official [OME installation guide](https://docs.sglang.ai/ome/docs/installation/).
87+
For detailed setup instructions, refer to the official [OME installation guide](https://docs.sglang.io/ome/docs/installation/).
8888

8989
**Registering the Kimi K2 Model**
9090
To enable OME to manage the Kimi K2 model family, apply the following ClusterBaseModel resource:

blog/2025-07-31-glm4-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Together, **GLM-4.5** and **SGLang** form a robust foundation for next-generatio
9797
We would like to express our heartfelt gratitude to the following teams and collaborators in this [PR](https://github.com/sgl-project/sglang/pull/8224):
9898

9999
- **[GLM Team](https://github.com/THUDM/GLM)**: Yuxuan Zhang, Chenhui Zhang, Xin Lv, Zilin Zhu and colleagues.
100-
- **[SGLang Team and community](https://docs.sglang.ai/index.html)**: Biao He, Lifu Huang, Binyao Jiang, Minglei Zhu, Cheng Wan, Chang Su, Xinyuan Tong and many others.
100+
- **[SGLang Team and community](https://docs.sglang.io/index.html)**: Biao He, Lifu Huang, Binyao Jiang, Minglei Zhu, Cheng Wan, Chang Su, Xinyuan Tong and many others.

blog/2025-08-27-gpt-oss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ which achieves:
102102

103103
## Powering Agentic Applications 🤖
104104

105-
To better enable agentic workflows, SGLang offers [OpenAI Response API support](https://docs.sglang.ai/basic_usage/gpt_oss.html#responses-api) and [native chat completion support](https://docs.sglang.ai/advanced_features/tool_parser.html). Here is an example of how to build a simple web search agent with SGLang (`python3.12` and `gpt-oss` package are required for built-in tools, more setup details can be found [here](https://docs.sglang.ai/basic_usage/gpt_oss.html#responses-api)).
105+
To better enable agentic workflows, SGLang offers [OpenAI Response API support](https://docs.sglang.io/basic_usage/gpt_oss.html#responses-api) and [native chat completion support](https://docs.sglang.io/advanced_features/tool_parser.html). Here is an example of how to build a simple web search agent with SGLang (`python3.12` and `gpt-oss` package are required for built-in tools, more setup details can be found [here](https://docs.sglang.io/basic_usage/gpt_oss.html#responses-api)).
106106

107107
Launch the server:
108108

blog/2025-09-10-sglang-hicache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This design has already enabled us to integrate three performant backends—[Moo
5555

5656
## **Benchmark**
5757

58-
Try experience the performance gain on your own! You can find various benchmark about HiCache [here](https://github.com/sgl-project/sglang/tree/main/benchmark/hicache). Following we highlight two benchmark results using the provided benchmark scripts and you can find the config instructions of backends [here](https://github.com/sgl-project/sglang/tree/main/python/sglang/srt/mem_cache/storage). If you have any questions about benchmarking or deployment, feel free to open an issue on GitHub or post in our [slack channel](https://slack.sglang.ai/).
58+
Try experience the performance gain on your own! You can find various benchmark about HiCache [here](https://github.com/sgl-project/sglang/tree/main/benchmark/hicache). Following we highlight two benchmark results using the provided benchmark scripts and you can find the config instructions of backends [here](https://github.com/sgl-project/sglang/tree/main/python/sglang/srt/mem_cache/storage). If you have any questions about benchmarking or deployment, feel free to open an issue on GitHub or post in our [slack channel](https://slack.sglang.io/).
5959

6060
![3fs_benchmark.png](/images/blog/hicache/3fs_benchmark.png)
6161

blog/2025-09-22-sglang-deterministic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Now let's dive into the some technical details.
2626

2727
## Why Deterministic Inference Matters
2828

29-
The ability to achieve consistent outputs from large language models (LLMs) inference is increasingly important. For example, the indeterminism of inference results can implicitly transform on-policy reinforcement learning (RL) into off-policy RL as [researchers pointed out](https://fengyao.notion.site/off-policy-rl). However, even if we turn the temperature down to 0 in SGLang, the sampling is still not deterministic due to the use of dynamic batching and radix cache (past discussions [here](https://docs.sglang.ai/references/faq.html#the-results-are-not-deterministic-even-with-a-temperature-of-0)) .
29+
The ability to achieve consistent outputs from large language models (LLMs) inference is increasingly important. For example, the indeterminism of inference results can implicitly transform on-policy reinforcement learning (RL) into off-policy RL as [researchers pointed out](https://fengyao.notion.site/off-policy-rl). However, even if we turn the temperature down to 0 in SGLang, the sampling is still not deterministic due to the use of dynamic batching and radix cache (past discussions [here](https://docs.sglang.io/references/faq.html#the-results-are-not-deterministic-even-with-a-temperature-of-0)) .
3030

3131
As mentioned in the [blog](https://thinkingmachines.ai/blog/defeating-nondeterminism-in-llm-inference/), the largest source of nondeterminism is the varying batch sizes: Even when a user repeatedly submits the same prompt, the output can vary across runs, since the request may be batched together with other users' requests, and differences in batch size can lead to nondeterministic inference results.
3232

blog/2025-10-22-KTransformers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Before installation, ensure your system meets the following requirements:
7272

7373
### Step 1: Install SGLang
7474

75-
Follow the official [SGLang installation guide](https://docs.sglang.ai/get_started/install.html) to install SGLang:
75+
Follow the official [SGLang installation guide](https://docs.sglang.io/get_started/install.html) to install SGLang:
7676

7777
```bash
7878
pip install "sglang[all]"

blog/2025-11-07-sglang-diffusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,5 @@ Special thanks to NVIDIA and Voltage Park for their compute support.
225225
## Learn more
226226

227227
- Roadmap: [Diffusion (2025 Q4)](https://github.com/sgl-project/sglang/issues/12799)
228-
- Slack channel: [#diffusion](https://sgl-fru7574.slack.com/archives/C09P0HTKE6A) (join via slack.sglang.ai)
228+
- Slack channel: [#diffusion](https://sgl-fru7574.slack.com/archives/C09P0HTKE6A) (join via slack.sglang.io)
229229

content/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ These projects feature open models with millions of downloads, crowdsourced plat
9797

9898
## Contact us
9999
- Email us at [[email protected]](mailto:[email protected]).
100-
- Join us on [Slack](https://slack.sglang.ai).
100+
- Join us on [Slack](https://slack.sglang.io).
101101
- Follow us on [X](https://twitter.com/lmsysorg).

0 commit comments

Comments
 (0)