Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 8, 2023
1 parent b41fe87 commit 8d99197
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ 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 = ['librispeech_conformer', 'ogbg', 'criteo1tb', 'imagenet_vit']
compile_error_workloads = [
'librispeech_conformer', 'ogbg', 'criteo1tb', 'imagenet_vit'
]
eager_backend_workloads = ['librispeech_deepspeech']
aot_eager_backend_workloads = []
if FLAGS.workload in compile_error_workloads:
Expand Down

0 comments on commit 8d99197

Please sign in to comment.