Fix vision install for all files#9465
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9465
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit f88e169 with merge base 4e58149 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
4980a8f to
7f9a788
Compare
I encounter the same error, I reported it here: pytorch/pytorch#179005 . The issue seems to be with PyTorch itself. This PR pytorch/pytorch#179100 solves it for me, not only for TorchVision but also for when I try to build other projects. |
|
HI @jovan2009 the issue is different now: |
I think that is a completely different issue. Cuda 13.2 builds are still showing the same CUDACachingAllocator.h error: https://github.com/pytorch/vision/actions/runs/23955132613/job/70051911372 My impression is that Cuda 13.2 builds are failing earlier, during building. All the others are failing a test after building successfully. |
|
Yes, the actual error that should be blocking is the |
|
Build still failing in https://github.com/pytorch/vision/actions/runs/23955132613/job/70243562557 since https://github.com/pytorch/pytorch/pull/179100/changes is not in nightly branch yet. |
|
Hey @atalman! You merged this PR, but no labels were added. |
Previous fix #9464 only applies to the .cpp files compiled directly by cl.exe, not .cu files via nvcc. Need to change it in the setup.py.
cc @atalman