diff --git a/docs/en/test_process.md b/docs/en/test_process.md index 99889f999..509fb9ede 100644 --- a/docs/en/test_process.md +++ b/docs/en/test_process.md @@ -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 \ No newline at end of file +pre-commit run --all-files +```