Skip to content
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

tinyllama w/ mps error when running on ios benchmark app #7366

Open
guangy10 opened this issue Dec 18, 2024 · 1 comment
Open

tinyllama w/ mps error when running on ios benchmark app #7366

guangy10 opened this issue Dec 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working module: benchmark Features or issues related to benchmark infra, including the workflow, CI and benchmark apps

Comments

@guangy10
Copy link
Contributor

🐛 Describe the bug

There are three tests running in the app:

  • test_load* (failed)
  • test_forward* (passed)
  • test_generate* (passed)
image

It's weird that the load_test* failed but forward and generate passed.

Job links:

I checked the log, and it seems like the issue is iOS 17 specific. As you can see the same test passed on iOS 18 here: https://github.com/pytorch/executorch/actions/runs/12399052782/job/34614070197#step:14:2618, but failed on iOS 17 on all types of iPhone 15

Versions

nightly

@guangy10 guangy10 added bug Something isn't working module: benchmark Features or issues related to benchmark infra, including the workflow, CI and benchmark apps labels Dec 18, 2024
@guangy10
Copy link
Contributor Author

cc: @shoumikhin @huydhn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module: benchmark Features or issues related to benchmark infra, including the workflow, CI and benchmark apps
Projects
None yet
Development

No branches or pull requests

2 participants