Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chandramouli-sastry committed Oct 15, 2023
1 parent d047d05 commit 28a1ff0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ def train_once(
model_init_rng, dropout_rate, aux_dropout_rate)
if FLAGS.framework == 'pytorch' and FLAGS.torch_compile:
compile_error_workloads = ['librispeech_conformer', 'ogbg', 'criteo1tb']
eager_backend_workloads = [
'librispeech_deepspeech'
]
eager_backend_workloads = ['librispeech_deepspeech']
aot_eager_backend_workloads = []
if FLAGS.workload in compile_error_workloads:
logging.warning(
Expand Down

0 comments on commit 28a1ff0

Please sign in to comment.