-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Conversation
Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours has expired. Before we can review or merge your code, we need you to email [email protected] with your details so we can update your status. |
Thanks! But I suppose that we need now to ask users to use PyTorch from source, or else it will break for those who are using PyTorch 1.0, or 1.0.1, right? |
The installation instructions suggested to use the nightly build, which is why I sent in a PR. |
That used to be the case, but we have since #510 changed it to install from a pinned version. Something should be changed, here are a few possibilities:
|
As it turns out, #510 had a bugged install anyway, so I'll be reverting parts of it, and in the meantime I'll also make it work only on a nightly version |
Oh I'm sorry I didn't see the installation snippet. The first line in INSTALL.md seems to be misleading. |
@vishwakftw I'll fix the installation instructions, don't worry, they are bugged now anyway :-D |
Thank you, and sorry about the confusion. |
No worries, thanks for fixing this issue so quickly! |
* Merge branch 'master' of /home/braincreator/projects/maskrcnn-benchmark with conflicts. * rolls back the breaking AT dispatch changes (#555) * revert accidental docker changes * revert accidental docker changes (2)
* Merge branch 'master' of /home/braincreator/projects/maskrcnn-benchmark with conflicts. * rolls back the breaking AT dispatch changes (facebookresearch#555) * revert accidental docker changes * revert accidental docker changes (2)
@fmassa By the way, are Dockerfiles up to date? |
…aten Fix dispatch breakage
* Merge branch 'master' of /home/braincreator/projects/maskrcnn-benchmark with conflicts. * rolls back the breaking AT dispatch changes (facebookresearch#555) * revert accidental docker changes * revert accidental docker changes (2)
@fmassa This fixes the dispatch breakage introduced by pytorch/pytorch@3aeb780.
Closes pytorch/pytorch#17861