-
Notifications
You must be signed in to change notification settings - Fork 231
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
Add evaluation, multimodal, native tests to run-readme-pr-mps.yml #1410
base: main
Are you sure you want to change the base?
Conversation
Add evaluation, multimodal, native tests to run-readme-pr-mps.yml
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/torchchat/1410
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 4 Unrelated FailuresAs of commit 45ec014 with merge base cbc72a4 (): NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Just realized that none of the test in this file are being ran:
|
Should be fixed now. Please rerun tests? |
Extend timeout for test-readme-mps to avoid test failing from timeout.
Still timed out @ 50 minutes, increased timeout further. Beyond the "let's extend timeout" bandaid, I'm wondering whether this may be due to us trying to update llvm+openmp with the command Also, MPS is the only set of doc tests using conda, which on the one hand is good because we're testing setup with conda as well, but otoh makes MPS the odd |
@@ -90,7 +90,7 @@ jobs: | |||
test-advanced-mps-macos: | |||
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main | |||
with: | |||
runner: macos-m1-14 # neeps MPS, was macos-m1-stable | |||
runner: macos-m1-14 # needs MPS, was macos-m1-stable |
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.
Nice typo fix, should we land it as separate PR?
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.
Nice typo fix, should we land it as separate PR?
Update to C++11 ABI for AOTI, similar to ET
Add evaluation, multimodal, native tests to run-readme-pr-mps.yml