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 8999335 commit 4af702e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,12 @@ 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',
'librispeech_conformer_layer_norm',
'librispeech_conformer_attention_temperature',
'ogbg', 'criteo1tb',
'imagenet_vit'
'imagenet_vit',
]
eager_backend_workloads = ['librispeech_deepspeech']
aot_eager_backend_workloads = []
Expand Down

0 comments on commit 4af702e

Please sign in to comment.