Skip to content

Commit

Permalink
Fix benchmark device arg
Browse files Browse the repository at this point in the history
Signed-off-by: aviator19941 <avinash.sharma@amd.com>
  • Loading branch information
aviator19941 committed Nov 4, 2024
1 parent 1ab391d commit 31b59a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharktank/sharktank/utils/export_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def iree_benchmark_vmfb(
for i in range(self.tensor_parallelism_size)
]
devices = [
f"--device=hip[{i}]" for i in range(self.tensor_parallelism_size)
f"--device=hip://{i}" for i in range(self.tensor_parallelism_size)
]
else:
params = [f"--parameters=model={irpa_path}"]
Expand Down

0 comments on commit 31b59a8

Please sign in to comment.