Open wat3rBro opened 1 year ago
@osalpekar I found https://github.com/pytorch/vision/pull/7004 was merged two days ago, is it the cause?
@wat3rBro Yeah we recently moved the conda package publishing to new workflows. We discovered there was an issue with uploads, which we recently fixed and uploaded the correct nightlies. The 12/07 nightlies should now be available from the pytorch-nightly conda channel.
Re-run the CI and now the version is correct. @osalpekar thanks for the fix!
I still get the failures because of C++ ops, e.g. https://github.com/facebookresearch/d2go/actions/runs/3648362613/jobs/6161692911
@osalpekar Looks like the nightly release fails again for 12/8 (this one https://github.com/pytorch/vision/actions/runs/3648281910 ?). BTW, is it possible to make it fallback to the latest successful nightly release, rather than old versions (i.e. torchvision-0.13.1
).
@wat3rBro Thanks - we got successful conda uploads with this action: https://github.com/pytorch/vision/actions/runs/3651886881/jobs/6169634860, so 12/08 nightlies are available in the conda channel, albeit a little later than the regularly scheduled release. There was an issue with the conda auth token for this repo, which is now resolved. I'll be keeping an eye on the nightly pipelines and upload statuses to ensure the regularly scheduled pipelines upload correctly.
Definitely agree that the latest nightly should be the fallback with conda. cc @atalman on how quickly we can get that done.
🐛 Describe the bug
We had a CI in D2Go which installs pytorch/torchvision using
conda install pytorch torchvision -c pytorch-nightly
, it started to break two days ago and I suspect it's because the incorrect torchvision version. The latest successful CI was on 2022/12/05 and the torchvision version installed wastorchvision-0.15.0.dev20221205
but now it becomestorchvision-0.13.1
. The corresponding pytorch version ispytorch-1.14.0.dev202212xx
.Versions
Log from a failed run today: https://github.com/facebookresearch/d2go/actions/runs/3638192857/jobs/6140100046.