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 \
# Start profiling with merge enabled
python -m sglang.profiler \
--num-steps 10 \
--activities CPU GPU \
--cpu \
--gpu \
--output-dir /tmp/profiles \
--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