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
Pytorch updated its version definition to #define TORCH_VERSION_MAJOR 2 and #define TORCH_VERSION_MINOR 0. Using #if TORCH_VERSION_MINOR >= 13 in ProcessGroupCCL.hpp now causes a build problem because it doesn't check TORCH_VERSION_MAJOR.
The text was updated successfully, but these errors were encountered:
Pytorch updated its version definition to
#define TORCH_VERSION_MAJOR 2
and#define TORCH_VERSION_MINOR 0
. Using#if TORCH_VERSION_MINOR >= 13
inProcessGroupCCL.hpp
now causes a build problem because it doesn't checkTORCH_VERSION_MAJOR
.The text was updated successfully, but these errors were encountered: