Closed robmarkcole closed 2 years ago
Appears to be https://github.com/pytorch/pytorch/issues/68501
Now forcing upgrade from 1.10.2+cu113
Appears some conflict:
HorovodVersionMismatchError: Framework pytorch installed with version 1.10.2+cu113 but found version 1.12.1+cu102.
This can result in unexpected behavior including runtime errors.
Reinstall Horovod using `pip install --no-cache-dir` to build with the new version.
Getting this Horovod error even with this recipe:
!pip install torch --upgrade
!pip install segmentation-models-pytorch
!pip install pytorch-lightning==1.5.4
!pip install --no-cache-dir horovod[pytorch]
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
On sagemaker studio,
ml.g4dn.xlarge
instance and pytorch 1.10 kernel, the notebook raises an error attrainer.fit
: