From 9319cd139c91b3c86775601e694a78420f8d01db Mon Sep 17 00:00:00 2001 From: min-xu-et <168487304+min-xu-et@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:39:28 -0700 Subject: [PATCH] [minor] fixed code formatting doc (#896) --- docs/en/test_process.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +```