Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zhaoyu6
sglang
Commits
2565cb0f
"example/01_gemm/gemm_xdl_fp16.cpp" did not exist on "e221d11e5179b989ff11c110f7427d43da1d342f"
Unverified
Commit
2565cb0f
authored
Nov 01, 2024
by
Lianmin Zheng
Committed by
GitHub
Nov 01, 2024
Browse files
Update docs and workflow (#1881)
parent
066e8a4e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
.github/workflows/release-docs.yml
.github/workflows/release-docs.yml
+1
-0
README.md
README.md
+1
-1
docs/start/install.md
docs/start/install.md
+0
-0
docs/start/send_request.ipynb
docs/start/send_request.ipynb
+1
-1
No files found.
.github/workflows/
deploy
-docs.yml
→
.github/workflows/
release
-docs.yml
View file @
2565cb0f
...
@@ -45,6 +45,7 @@ jobs:
...
@@ -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"
...
...
README.md
View file @
2565cb0f
...
@@ -40,7 +40,7 @@ The core features include:
...
@@ -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/start
s
/install.html
](
https://sgl-project.github.io/start
s
/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
)
...
...
docs/start
s
/install.md
→
docs/start/install.md
View file @
2565cb0f
File moved
docs/start
s
/send_request.ipynb
→
docs/start/send_request.ipynb
View file @
2565cb0f
...
@@ -4,7 +4,7 @@
...
@@ -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: Send
ing
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."
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment