[minor] fixed code formatting doc (#896)

This commit is contained in:
min-xu-et
2024-08-02 09:39:28 -07:00
committed by GitHub
parent 046c2b339e
commit 9319cd139c

View File

@@ -93,8 +93,10 @@ cd test/srt
python test_openai_server.py
```
## Format
## Code Formatting
```
pip3 install pre-commit
cd sglang
pre-commit install
pre-commit run --all-files
pre-commit run --all-files
```