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?