conda-forge / torchvision-feedstock

A conda-smithy repository for torchvision.
BSD 3-Clause "New" or "Revised" License
2 stars 16 forks source link

Missing build? linux-64/0.19.1=cuda120py312 #96

Closed anjos closed 3 days ago

anjos commented 3 days ago

Solution to issue cannot be found in the documentation.

Issue

For some reason, it is not possible to install torchvision with the combination above.

Following the file listing at https://anaconda.org/conda-forge/torchvision/files, I cannot find the file available on the server.

Would it be possible to add this build? I'm available to do any PRs if need be.

Installed packages

N/A

Environment info

N/A
h-vetinari commented 3 days ago

I restarted the job after the merge of #95, which failed with

=========================== short test summary info ============================
FAILED test/test_ops.py::TestRoIAlign::test_autocast_cpu[rois_dtype0-x_dtype1-True-False] - AssertionError: Tensor-likes are not close!

Mismatched elements: 1 / 5000 (0.0%)
Greatest absolute difference: 0.0078125 at index (3, 13, 4, 0) (up to 0.005 allowed)
Greatest relative difference: 0.01513671875 at index (3, 13, 4, 0) (up to 0.005 allowed)
FAILED test/test_ops.py::TestRoIAlign::test_autocast_cpu[rois_dtype0-x_dtype1-False-False] - AssertionError: Tensor-likes are not close!

Mismatched elements: 1 / 5000 (0.0%)
Greatest absolute difference: 0.0078125 at index (3, 13, 4, 0) (up to 0.005 allowed)
Greatest relative difference: 0.01513671875 at index (3, 13, 4, 0) (up to 0.005 allowed)
FAILED test/test_ops.py::TestRoIAlign::test_autocast_cpu[rois_dtype1-x_dtype1-True-False] - AssertionError: Tensor-likes are not close!

Mismatched elements: 1 / 5000 (0.0%)
Greatest absolute difference: 0.0078125 at index (3, 13, 4, 0) (up to 0.005 allowed)
Greatest relative difference: 0.01513671875 at index (3, 13, 4, 0) (up to 0.005 allowed)
FAILED test/test_ops.py::TestRoIAlign::test_autocast_cpu[rois_dtype1-x_dtype1-False-False] - AssertionError: Tensor-likes are not close!

Mismatched elements: 1 / 5000 (0.0%)
Greatest absolute difference: 0.0078125 at index (3, 13, 4, 0) (up to 0.005 allowed)
Greatest relative difference: 0.01513671875 at index (3, 13, 4, 0) (up to 0.005 allowed)
= 4 failed, 21456 passed, 16703 skipped, 1017 deselected, 1 xfailed, 367 warnings in 568.55s (0:09:28) =

Not sure if a restart will change anything, but since it only happened to one build out of 12, there's hope.

hmaarrfk commented 3 days ago

it passed! flaky tests be flaky!

anjos commented 3 days ago

Amazing! Thanks for the quick reaction.