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
ModuleNotFoundError: No module named 'smdistributed'
This happens when using the pytorch 2.4 image, more precisely, the 763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:2.4.0-gpu-py311-cu124-ubuntu22.04-sagemaker
smdistributed could be imported in the older version (pytorch 2.3 and 2.2)
The text was updated successfully, but these errors were encountered:
Summary
Can't import smdistributed in the new pytorch image
To reproduce
Running
will result in an error:
ModuleNotFoundError: No module named 'smdistributed'
This happens when using the pytorch 2.4 image, more precisely, the
763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:2.4.0-gpu-py311-cu124-ubuntu22.04-sagemaker
smdistributed
could be imported in the older version (pytorch 2.3 and 2.2)The text was updated successfully, but these errors were encountered: