Skip to content

feat: Add Support for Torch AOTI#477

Merged
whoisj merged 1 commit intomainfrom
jwyman/pt2/poc
Mar 5, 2026
Merged

feat: Add Support for Torch AOTI#477
whoisj merged 1 commit intomainfrom
jwyman/pt2/poc

Conversation

@whoisj
Copy link
Contributor

@whoisj whoisj commented Mar 3, 2026

This change adds support for the PyTorch backend to handle Torch AOTI models based on the specified backend and platform.

Prior to this change the pytorch backend only supported the "pytorch_libtorch" platform which assumed default model file name of "model.pt".

After this change, the pytorch backend with support a new platform "torch_aoti" which assumes a default model file name of "model.pt2".

CI Pipeline ID: 45262425

This change adds support for the PyTorch backend to handle Torch AOTI models
based on the specified backend and platform.

Prior to this change the pytorch backend only supported the "pytorch_libtorch" platform
which assumed default model file name of "model.pt".

After this change, the pytorch backend with support a new platform "torch_aoti" which
assumes a default model file name of "model.pt2".
@whoisj whoisj requested review from mudit-eng, pskiran1 and yinggeh March 3, 2026 19:59
Copy link
Member

@pskiran1 pskiran1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@whoisj whoisj merged commit dabbddc into main Mar 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants