"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "db715e2c8cd546a15751c1ac3e5e76784e15dcbc"
Unverified Commit 9fdea29d authored by zhyncs's avatar zhyncs Committed by GitHub
Browse files

misc: fix typo (#698)

parent df7c4c19
...@@ -640,7 +640,7 @@ async def benchmark( ...@@ -640,7 +640,7 @@ async def benchmark(
"total_output": metrics.total_output, "total_output": metrics.total_output,
"total_output_retokenized": metrics.total_output_retokenized, "total_output_retokenized": metrics.total_output_retokenized,
"median_ttft": metrics.median_ttft_ms, "median_ttft": metrics.median_ttft_ms,
"median_itl": metrics.mean_itl_ms, "median_itl": metrics.median_itl_ms,
"output_token_throughput": metrics.output_throughput, "output_token_throughput": metrics.output_throughput,
"sharegpt_output_len": args.sharegpt_output_len, "sharegpt_output_len": args.sharegpt_output_len,
"random_input_len": args.random_input_len, "random_input_len": args.random_input_len,
......
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