-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[DONT MERGE] PR to debug CI failures on windows #6195
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
[DONT MERGE] PR to debug CI failures on windows #6195
Conversation
I was debugging with ssh the failing job and confirm that recent pytorch nightlies are failing even if executed just a single test. However, if I install Juin 18 version single test seems passing:
Testing it with latest commits |
cc @datumbox From this finding, there might be some changes in core that increase memory usage? |
…aMichael/vision into debug/check-ci-failure-on-big-model
…ing backprop works
@YosuaMichael Yes seems this way. We should raise to Core and see if they are aware something might have raised the memory requirements on Windows. This is going to be quite a difficult debugging. It's worth creating an issue where you document the findings and summarize, providing references. This will help people investigate. |
This PR is just meant to check on CI failures described on this issue: #6189
In summary, seems like there is a change on core since the nightly 20220618 works fine, but the later version is not. The main suspect of the problem is memory usage, and need double check if this is indeed the case with memory profiler. If yes, we should raise to core about this memory issue.