"torchvision/vscode:/vscode.git/clone" did not exist on "fe65d37961f227c9251b82b8dd0949b50ce9cb48"
Unverified Commit 547003bd authored by Qiaolin Yu's avatar Qiaolin Yu Committed by GitHub
Browse files

fix command line usage of profiling (#11793)

parent f7ab9554
...@@ -152,7 +152,8 @@ curl -X POST <BASE_URL>/start_profile \ ...@@ -152,7 +152,8 @@ curl -X POST <BASE_URL>/start_profile \
# Start profiling with merge enabled # Start profiling with merge enabled
python -m sglang.profiler \ python -m sglang.profiler \
--num-steps 10 \ --num-steps 10 \
--activities CPU GPU \ --cpu \
--gpu \
--output-dir /tmp/profiles \ --output-dir /tmp/profiles \
--merge-profiles # optional argument to merge profile traces (default=False) --merge-profiles # optional argument to merge profile traces (default=False)
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment