I am facing an issue whilst using Trainer class with Pytorch on Google Colab as it demands accelarate>=0.21.0 even though I have updated all the requirements, is there any alternative to it?
"Using the Trainer with PyTorch requires accelerate>=0.21.0: Please run pip install transformers[torch] or pip install accelerate -U".
I have tried both the above suggestions but none worked. I don't know what am I doing wrong or how to proceed?
Source: https://discuss.huggingface.co/t/trainingargument-does-not-work-on-colab/43372/6