Skip to content

Commit 50ee14a

Browse files
committed
fix try
1 parent 28e4851 commit 50ee14a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_doc/examples/plot_export_tiny_llm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ def _forward_(*args, _f=None, **kwargs):
113113

114114
print("result type", string_type(expected_output, with_shape=True))
115115

116-
ep = torch.export.export(
117-
untrained_model, (), kwargs=cloned_inputs, dynamic_shapes=dynamic_shapes
118-
)
119-
120116
# %%
121117
# It works.
122118
#

0 commit comments

Comments
 (0)