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
While running the given example of Flan-T5-XL on kaggle i'm getting the following error: ValueError: Model parameters were moved to incorrect devices, did call on model.cuda() or model.to(device)? If so, please avoid doing that
I haven't made any changes in the existing code in the notebook but still the error occurs.
Any suggestions?
The text was updated successfully, but these errors were encountered:
While running the given example of Flan-T5-XL on kaggle i'm getting the following error: ValueError: Model parameters were moved to incorrect devices, did call on model.cuda() or model.to(device)? If so, please avoid doing that
I haven't made any changes in the existing code in the notebook but still the error occurs.
Any suggestions?
The text was updated successfully, but these errors were encountered: