microsoft / DeepSpeedExamples

Example models using DeepSpeed
Apache License 2.0
6.11k stars 1.05k forks source link

Add --client-only arg to mii benchmark #900

Closed delock closed 5 months ago

delock commented 6 months ago

This PR add a --client-only flag to mii benchmark, allows the benchmark skip start_server and stop_server when running with backend such as vllm. This flag provide the flexibility to start the server to be benchmarked in seperate command line, then benchmark it with this benchmark script. Experiment different server configuration or debugging will be easier.