Does Sagemaker support deepspeed? #2474
Unanswered
mingtan888
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run huggingface transformers with deepspeed in Sagemaker. But I cannot find a way to use deepspeed.
I tried
from sagemaker.huggingface import HuggingFace
with the following hyperparameters and command. But it doesn't work for deepspeed, although I installed the deepspeed packages in the sagemaker notebook. The error is shown below as well.Seems the meta-data for deepspeed cannot be found.
The Error is
Beta Was this translation helpful? Give feedback.
All reactions