Update docs and workflow (#1881)
This commit is contained in:
@@ -45,6 +45,7 @@ jobs:
|
|||||||
cd _build/html
|
cd _build/html
|
||||||
|
|
||||||
git clone https://$GITHUB_TOKEN@github.com/sgl-project/sgl-project.github.io.git ../sgl-project.github.io
|
git clone https://$GITHUB_TOKEN@github.com/sgl-project/sgl-project.github.io.git ../sgl-project.github.io
|
||||||
|
rm -rf ../sgl-project.github.io/*
|
||||||
cp -r * ../sgl-project.github.io
|
cp -r * ../sgl-project.github.io
|
||||||
cd ../sgl-project.github.io
|
cd ../sgl-project.github.io
|
||||||
git config user.name "zhaochenyang20"
|
git config user.name "zhaochenyang20"
|
||||||
@@ -40,7 +40,7 @@ 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.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
See [https://sgl-project.github.io/starts/install.html](https://sgl-project.github.io/starts/install.html)
|
See [https://sgl-project.github.io/start/install.html](https://sgl-project.github.io/start/install.html)
|
||||||
|
|
||||||
## Backend: SGLang Runtime (SRT)
|
## Backend: SGLang Runtime (SRT)
|
||||||
See [https://sgl-project.github.io/backend/backend.html](https://sgl-project.github.io/backend/backend.html)
|
See [https://sgl-project.github.io/backend/backend.html](https://sgl-project.github.io/backend/backend.html)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Quick Start: Launch A Server and Send Requests\n",
|
"# Quick Start: Sending Requests\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This notebook provides a quick-start guide for using SGLang after installation."
|
"This notebook provides a quick-start guide for using SGLang after installation."
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user