Skip to content

Commit

Permalink
Update mlp_export_simple.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-garvey authored Nov 8, 2023
1 parent 90bf857 commit 5bba844
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/aot_mlp/mlp_export_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def forward(self, x: torch.Tensor):
model = MLP()
example_x = torch.empty(97, 8, dtype=torch.float32)
exported = aot.export(model, example_x)
aot.CompiledModule.run_import(exported.compiled_module)
exported.print_readable()
compiled_binary = exported.compile(save_to=None)

Expand Down

0 comments on commit 5bba844

Please sign in to comment.