Skip to content

Commit

Permalink
remove nocommits
Browse files Browse the repository at this point in the history
  • Loading branch information
metascroy committed May 6, 2024
1 parent 5071bec commit 2d7c574
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions export_aoti.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ def export_model(model: nn.Module, device, output_path, args=None):

model.to(device)

from export_aoti_util import replace_linear_with_custom_linear # NOCOMMIT
replace_linear_with_custom_linear(model) # NOCOMMIT

so = torch._export.aot_compile(
model,
args=input,
Expand Down

0 comments on commit 2d7c574

Please sign in to comment.