-
Couldn't load subscription status.
- Fork 734
Enable windows tests #4059
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
Enable windows tests #4059
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/4059
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New FailuresAs of commit 579ee00 with merge base 0757bbb ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
There are lots of changes in this PR that does not match the title. Is this PR (as it is) still relevant? |
|
This PR is really just for commit [0607381]. The rest are from merges with a pseudo-main branch that was used while PRs to the main branch were bottlenecked. |
9db1db1 to
0199cce
Compare
|
We're getting |
|
Now we're seeing "Cannot open include file: 'cuda_fp16.h': No such file or directory" for cuda builds. |
3ab7fe7 to
b592a74
Compare
|
The CTC decoder isn't being built even for the cuda jobs. Maybe that's okay for now? I think just getting the windows tests working, even if they don't test the ctc stuff, is a good place to have this PR. |
|
CI is passing now! But we use |
Windows tests were disabled as dependency installation was failing. Now that most dependencies are removed, we should try again.