I'm constantly receiving a warning message per below; despite not calling the pytorch reduce_op anywhere.
C:\Users\cocoj\.conda\envs\py39\lib\site-packages\torch\distributed\distributed_c10d.py:170: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead
warnings.warn(
I have found the below link; however not clear what the OP suggested as solution.
https://github.com/ucbrise/flor/issues/57
my pytorch is most uptodate per conda list:
pytorch 1.10.0 py3.9_cuda11.3_cudnn8_0 pytorch