You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
[AOTI] Add a --dynamic-shapes option to export (#1011)
* [AOTI] Change export to use static shapes
Summary: The inputs to model forward are with static shapes, so changing the export call to make sure more Inductor optimizations will take effect down the stream. This change by itself improves average tokens/sec from 29.60 to 33.43 on A100. Some following PRs will provide further perf gains.
* Add a dynamic-shapes option for export
* Actually add --dynamic-shapes to CLI
* Access args.dynamic_shapes correctly
0 commit comments