Skip to content

Commit

Permalink
use inductor backend to compile deepspeech instead of eager
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Jan 30, 2025
1 parent 1352e70 commit d7eebf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,9 @@ def train_once(
'ogbg',
'criteo1tb',
'imagenet_vit',
'librispeech_deepspeech'
]
eager_backend_workloads = ['librispeech_deepspeech']
eager_backend_workloads = []
aot_eager_backend_workloads = []
loss_compilation_workloads = [
'fastmri', 'librispeech_deepspeech', 'ogbg', 'wmt'
Expand Down

0 comments on commit d7eebf8

Please sign in to comment.