Files
sglang/docs/serve.sh
2025-02-28 21:59:20 -08:00

4 lines
65 B
Bash

make clean
make html
python3 -m http.server --d _build/html 8003