runtime error

Exit code: 1. Reason: The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`. 0it [00:00, ?it/s] 0it [00:00, ?it/s] Loading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s] Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s] Loading checkpoint shards: 100%|██████████| 2/2 [00:00<00:00, 4.10it/s] Loading pipeline components...: 60%|██████ | 3/5 [00:01<00:00, 2.51it/s] Loading pipeline components...: 80%|████████ | 4/5 [00:01<00:00, 3.04it/s] Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> pipe = CogVideoXPipeline.from_pretrained("THUDM/CogVideoX-5b", torch_dtype=torch.bfloat16).to("cuda") File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 896, in from_pretrained loaded_sub_model = load_sub_model( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_loading_utils.py", line 638, in load_sub_model class_obj() File "/usr/local/lib/python3.10/site-packages/transformers/utils/dummy_sentencepiece_objects.py", line 226, in __init__ requires_backends(self, ["sentencepiece"]) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1639, in requires_backends raise ImportError("".join(failed)) ImportError: T5Tokenizer requires the SentencePiece library but it was not found in your environment. Checkout the instructions on the installation page of its repo: https://github.com/google/sentencepiece#installation and follow the ones that match your environment. Please note that you may need to restart your runtime after installation.

Container logs:

Fetching error logs...