Replies: 1 comment
-
Hi all it is solved. Link: |
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
-
I used deepspeed to initialize the model:
And I had set fp16 to false so that it doesn't use half tensor.
My training code:
And I got the attribute error in stage 1 and 2.py file since it says self.ipg_index not found
Beta Was this translation helpful? Give feedback.
All reactions