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
7 frames /usr/local/lib/python3.10/dist-packages/transformers/training_args.py in _setup_devices(self)
1799 if not is_sagemaker_mp_enabled():
1800 if not is_accelerate_available(min_version="0.20.1"):
-> 1801 raise ImportError(
1802 "Using the Trainer with PyTorch requires accelerate>=0.20.1: Please run pip install transformers[torch] or pip install accelerate -U"
1803 )
ImportError: Using the Trainer with PyTorch requires accelerate>=0.20.1: Please run pip install transformers[torch] or pip install accelerate -U
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
It is a Colab error. how can i handle this error
The text was updated successfully, but these errors were encountered:
ImportError Traceback (most recent call last)
in <cell line: 10>()
8 # Train model
9 generator = StatementGenerator()
---> 10 model, tokenizer = generator(
11 "google/flan-t5-small",
12 dataset,
7 frames
/usr/local/lib/python3.10/dist-packages/transformers/training_args.py in _setup_devices(self)
1799 if not is_sagemaker_mp_enabled():
1800 if not is_accelerate_available(min_version="0.20.1"):
-> 1801 raise ImportError(
1802 "Using the
Trainer
withPyTorch
requiresaccelerate>=0.20.1
: Please runpip install transformers[torch]
orpip install accelerate -U
"1803 )
ImportError: Using the
Trainer
withPyTorch
requiresaccelerate>=0.20.1
: Please runpip install transformers[torch]
orpip install accelerate -U
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
It is a Colab error. how can i handle this error
The text was updated successfully, but these errors were encountered: