Skip to content

Commit

Permalink
fix arg in submission_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 28, 2023
1 parent 25b3fbe commit 6885e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def train_once(
]
eager_backend_workloads = ['librispeech_deepspeech']
aot_eager_backend_workloads = []
base_workload = workloads.get_base_workload_name(FLAGS.workload)
base_workload = workloads.get_base_workload_name(workload)
if base_workload in compile_error_workloads:
logging.warning(
'These workloads cannot be fully compiled under current '
Expand Down

0 comments on commit 6885e69

Please sign in to comment.