Skip to content

Commit c152248

Browse files
authored
Remove example inputs from aoti_compile_and_package
Differential Revision: D67998952 Pull Request resolved: #2244
1 parent f47f633 commit c152248

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/torchtune/modules/_export/test_export_position_embeddings.py

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def test_tiled_token_positional_embedding_aoti(self):
161161
with tempfile.TemporaryDirectory() as tmpdir:
162162
path = torch._inductor.aoti_compile_and_package(
163163
tpe_ep,
164-
(self.x, self.aspect_ratio),
165164
package_path=os.path.join(tmpdir, "tpe.pt2"),
166165
)
167166
tpe_aoti = load_package(path)

0 commit comments

Comments
 (0)