Unverified Commit 8c2a4bb7 authored by hhzhang16's avatar hhzhang16 Committed by GitHub
Browse files

fix: remove invalid aiperf args (#3710)


Signed-off-by: default avatarHannah Zhang <hannahz@nvidia.com>
parent 5b9ae141
...@@ -71,9 +71,6 @@ def run_aiperf( ...@@ -71,9 +71,6 @@ def run_aiperf(
model_name, model_name,
"--artifact-dir", "--artifact-dir",
str(output_dir), str(output_dir),
"--",
"-vv",
"--max-threads=300",
] ]
print( print(
f"Running aiperf with isl {isl}, osl {osl}, concurrency {concurrency}", f"Running aiperf with isl {isl}, osl {osl}, concurrency {concurrency}",
......
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