Files
sglang/docs/serve.sh
T

4 lines
65 B
Bash

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