You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/0.8] packaging: Add version suffix to build version (pytorch……#2913)
This was a mistake since version suffix should always be appended
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
(cherry picked from commit 6631b74)
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
[release/0.8] packaging: Add version suffix to build version (pytorch……#2913)
This was a mistake since version suffix should always be appended
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
(cherry picked from commit 6631b74)
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
.cirlceci: Be specific about CU_VERSION for pytorch (pytorch#2826)
ROCM builds were being picked up for CUDA 10.2 builds since they do not
specify a version suffix. We can utilize the CU_VERSION to be specific
about which index to actually pull from.
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>