Skip to content

Commit

Permalink
Fix benchmark arg
Browse files Browse the repository at this point in the history
Signed-off-by: aviator19941 <[email protected]>
  • Loading branch information
aviator19941 committed Mar 4, 2025
1 parent 6499414 commit 57da45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharktank/tests/models/llama/benchmark_amdgpu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def save_benchmarks(
]

benchmark_args += [
"--benchmark_repetitions={benchmark_repetitions}",
f"--benchmark_repetitions={benchmark_repetitions}",
">>",
]

Expand Down

0 comments on commit 57da45e

Please sign in to comment.