Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Jul 27, 2023
1 parent 89a89b8 commit 6a18963
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 @@ -191,9 +191,7 @@ def train_once(
model_params, model_state = workload.init_model_fn(
model_init_rng, dropout_rate, aux_dropout_rate)
if FLAGS.framework == 'pytorch' and FLAGS.torch_compile:
compile_error_workloads = [
'ogbg', 'librispeech_deepspeech', 'wmt'
]
compile_error_workloads = ['ogbg', 'librispeech_deepspeech', 'wmt']
eager_backend_workloads = ['librispeech_conformer']
aot_eager_backend_workloads = ['criteo1tb']
if FLAGS.workload in compile_error_workloads:
Expand Down

0 comments on commit 6a18963

Please sign in to comment.