From 27dc91d6f7535abc22817f5116736bb1c6d3a83a Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Wed, 30 Oct 2024 03:04:16 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc513ee52e..5a5849ca674 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ -------------------------------------------------------------------------------- -| [**Blog**](https://lmsys.org/blog/2024-07-25-sglang-llama3/) | [**Paper**](https://arxiv.org/abs/2312.07104) | [**Slides**](https://github.com/sgl-project/sgl-learning-materials/blob/main/slides/amd_dev_day_v2.pdf) | [**Learn More**](https://github.com/sgl-project/sgl-learning-materials) | [**Join Slack**](https://join.slack.com/t/sgl-fru7574/shared_invite/zt-2ngly9muu-t37XiH87qvD~6rVBTkTEHw) | +| [**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-2ngly9muu-t37XiH87qvD~6rVBTkTEHw) | [**Join Bi-Weekly Development Meeting**](https://docs.google.com/document/d/1xEow4eIM152xNcRxqZz9VEcOiTQo8-CEuuQ5qTmkt-E/edit?usp=sharing) | ## News From 8aa2b90dd184d5c2fb8bd68740c029680762db0b Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Wed, 30 Oct 2024 03:16:07 -0700 Subject: [PATCH 2/2] update --- docs/index.rst | 1 + docs/learn_more.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 docs/learn_more.md diff --git a/docs/index.rst b/docs/index.rst index ab54a390127..8cb286009c5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,3 +46,4 @@ The core features include: benchmark_and_profiling.md troubleshooting.md embedding_model.ipynb + learn_more.md diff --git a/docs/learn_more.md b/docs/learn_more.md new file mode 100644 index 00000000000..62d02a0caec --- /dev/null +++ b/docs/learn_more.md @@ -0,0 +1,3 @@ +# Learn more + +You can find more blogs, slides, and videos about SGLang at [https://github.com/sgl-project/sgl-learning-materials](https://github.com/sgl-project/sgl-learning-materials). \ No newline at end of file