Skip to content

Commit 1cffffe

Browse files
author
Vincent Moens
committed
[BugFix] Fix export aoti_compile_and_package API change
ghstack-source-id: 07a0f06 Pull Request resolved: #2629
1 parent 1ca134c commit 1cffffe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/sphinx-tutorials/export.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,6 @@
343343
with torch.no_grad():
344344
pkg_path = aoti_compile_and_package(
345345
exported_policy,
346-
args=(),
347-
kwargs={"pixels": pixels},
348346
# Specify the generated shared library path
349347
package_path=path,
350348
)

0 commit comments

Comments
 (0)