Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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





Ctrl+K





















































SGLang Documentation#

Build the documentation website#

Dependency#



pip install -r requirements.txt


Build#



make html


Clean#


To remove all generated files:



make clean


Serve (preview)#


Run an HTTP server and visit http://localhost:8000 in your browser.



python3 -m http.server --d _build/html


Deploy#


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