Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 1cdb67b

Browse files
authored
Fix an issue introduced in the previous benchmark fix PR (#1462)
1 parent 7c1de88 commit 1cdb67b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/benchmarks/benchmark_hf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def main():
119119
args.append('--fp16')
120120
benchmark_args = parser.parse_args_into_dataclasses(args)[0]
121121
benchmark = CustomizedPyTorchBenchmark(args=benchmark_args)
122-
benchmark.run()
123122
p = Process(target=benchmark.run)
124123
p.start()
125124
p.join()

0 commit comments

Comments
 (0)