My code is:
from transformers import TrainingArguments
training_args = TrainingArguments(“test-trainer”)
I get error:
ImportError: Using the Trainer with PyTorch requires accelerate>=0.20.1: Please run pip install transformers[torch] or pip install accelerate -U
I have installed both libraries, but I still get the same error.