Open secedit opened 1 year ago
The fix is installing txtai[pipeline-train]
. Next time I'm updating this project, I'll make the change to setup.py
.
The fix is installing
txtai[pipeline-train]
. Next time I'm updating this project, I'll make the change tosetup.py
.
still error
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