-
Notifications
You must be signed in to change notification settings - Fork 638
[Backend Tester] Add TorchAudio tests #12666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12666
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 4 PendingAs of commit 4d50265 with merge base 727937e ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -51,6 +51,8 @@ def build_result( | |||
result=result, | |||
error=error, | |||
) | |||
|
|||
model.eval() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like rebase mess up>?
This was merged with #12658, closing. |
Add model tests for a few torchaudio models. From testing, many models in torchaudio have data dependent behavior and require a bit of work to patch / update to export, so this list is a bit sparse for now.