Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgl-project/sgl-project.github.io
This is the documentation repository for SGLang. It is auto-generated from https://github.com/sgl-project/sglang/tree/main/docs.
https://github.com/sgl-project/sgl-project.github.io
Last synced: 7 days ago
JSON representation
This is the documentation repository for SGLang. It is auto-generated from https://github.com/sgl-project/sglang/tree/main/docs.
- Host: GitHub
- URL: https://github.com/sgl-project/sgl-project.github.io
- Owner: sgl-project
- Created: 2024-10-24T16:07:17.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-11-05T09:21:40.000Z (13 days ago)
- Last Synced: 2024-11-05T09:26:38.765Z (13 days ago)
- Language: HTML
- Homepage:
- Size: 4.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
Awesome Lists containing this project
README
SGLang Documentation — SGLang
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
.pst-js-only { display: none !important; }
DOCUMENTATION_OPTIONS.pagename = 'README';
Back to top
SGLang Documentation
SGLang Documentation#
Build the documentation website#
Dependency#
pip install -r requirements.txtBuild#
make htmlClean#
To remove all generated files:
make cleanServe (preview)#
Run an HTTP server and visit http://localhost:8000 in your browser.
python3 -m http.server --d _build/htmlDeploy#
Clone sgl-project.github.io and make sure you have write access.
export DOC_SITE_PATH=../../sgl-project.github.io # update this with your path
python3 deploy.py