Skip to content

Commit

Permalink
torch compile
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 23, 2023
1 parent a77c04d commit 8999335
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 @@ -221,7 +221,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', 'librispeech_conformer_gelu'
'librispeech_conformer', 'librispeech_conformer_gelu',
'ogbg', 'criteo1tb',
'imagenet_vit'
]
Expand Down

0 comments on commit 8999335

Please sign in to comment.