runtime error

…)26ccc7b22ece3480aeb4: 100%|██████████| 435M/435M [00:05<00:00, 81.0MB/s] Downloading (…)okenizer_config.json: 0%| | 0.00/384 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 384/384 [00:00<00:00, 352kB/s] Downloading (…)/main/tokenizer.json: 0%| | 0.00/1.31M [00:00<?, ?B/s] Downloading (…)/main/tokenizer.json: 100%|██████████| 1.31M/1.31M [00:00<00:00, 51.8MB/s] Downloading (…)cial_tokens_map.json: 0%| | 0.00/167 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 167/167 [00:00<00:00, 186kB/s] Traceback (most recent call last): File "app.py", line 5, in <module> sentiment_analyzer = create_analyzer(task="sentiment", lang="es") File "/home/user/.local/lib/python3.8/site-packages/pysentimiento/analyzer.py", line 607, in create_analyzer return analyzer_class.from_model_name( File "/home/user/.local/lib/python3.8/site-packages/pysentimiento/analyzer.py", line 251, in from_model_name return cls(model, tokenizer, task, preprocessing_args, batch_size, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/pysentimiento/analyzer.py", line 202, in __init__ args=TrainingArguments( File "<string>", line 111, in __init__ File "/home/user/.local/lib/python3.8/site-packages/transformers/training_args.py", line 1340, in __post_init__ and (self.device.type != "cuda") File "/home/user/.local/lib/python3.8/site-packages/transformers/training_args.py", line 1764, in device return self._setup_devices File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/generic.py", line 54, in __get__ cached = self.fget(obj) File "/home/user/.local/lib/python3.8/site-packages/transformers/training_args.py", line 1672, in _setup_devices raise ImportError( ImportError: Using the `Trainer` with `PyTorch` requires `accelerate>=0.20.1`: Please run `pip install transformers[torch]` or `pip install accelerate -U`

Container logs:

Fetching error logs...