Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Jul 27, 2023
1 parent ec147ed commit b047468
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 @@ -214,7 +214,7 @@ def train_once(
# logging.info('Performing `torch.compile`.')
# model_params = torch.compile(model_params)

model_params = torch.compile(model_params, fullgraph=False, backend='eager')
model_params = torch.compile(model_params, fullgraph=False, backend='aot_autograd')

logging.info('Initializing optimizer.')
with profiler.profile('Initializing optimizer'):
Expand Down

0 comments on commit b047468

Please sign in to comment.