CUDA illegal memory access error while using deepspeed.initialize #2070
Unanswered
seungyounglim
asked this question in
Q&A
Replies: 2 comments
-
hmmm, seems like didn't get helpful solutions ... orz |
Beta Was this translation helpful? Give feedback.
0 replies
-
and from my oppinion, if you didn't set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to use
init_inference
API for my BERT sentiment classification model.I trained this model with Huggingface Trainer API, without DeepSpeed.
The model was loaded successfully,
but when I forwarded inputs to the model, I got this error message below :
The expement was run on Titan-XP and V100 GPU, and the result was same.
I would appreciate it if I can get any help with this.
This is the code that I used.
Beta Was this translation helpful? Give feedback.
All reactions