-
Couldn't load subscription status.
- Fork 700
Run Python unit test CI on Windows #13567
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
|
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13567
Note: Links to docs will display an error until the docs builds have been completed. ❌ 9 New Failures, 3 Unrelated FailuresAs of commit 607abf9 with merge base 484ed13 ( 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. |
I'm temporarily disabling tokenizers on Windows, as it does not currently build. I'll address this as a follow-up. It may be as simple as building with Clang. Since it's built through install_requirements.py -> pip, I need to figure out how to pass the toolset variable into the inner CMake build. May by a simple change in the tokenizers repo setup.py.