Skip to content

Commit

Permalink
update input list
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore committed May 17, 2024
1 parent e5bc96a commit 3ed01aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/experiment_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def run_once_and_gather_metrics(self, benchmark_experiment, benchmark_model,
# Reset state and sync.
reset_rng_state(benchmark_experiment)
if benchmark_experiment.torch_xla2:
self._mark_step(benchmark_experiment, inputs)
self._mark_step(benchmark_experiment, inputs_list)
else:
self._mark_step(benchmark_experiment)
self._synchronize(benchmark_experiment)
Expand Down

0 comments on commit 3ed01aa

Please sign in to comment.