Open MrRace opened 1 year ago
Faced the same error. I was able to resolve it using model().cuda().half()
But when I tested the model the results i got was something like this https://user-images.githubusercontent.com/88507331/230518491-741b0f32-de9d-433c-ba6f-8d85085d7578.png
Not sure if that's the same is your case as well.
If that's the same case then please do let me know.
Faced the same error.Has it been resolved?
I resolved it using more GPUs.
same issue here
I use A100 40GB, load llama 7B model, run command below:
When finish training comes errors:
What should I do to avoid this error ? Thanks a lot!