runtime error

Exit code: 1. Reason: e future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning(). warnings.warn(_BETA_TRANSFORMS_WARNING) /home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/torchvision/transforms/v2/__init__.py:54: UserWarning: The torchvision.datapoints and torchvision.transforms.v2 namespaces are still Beta. While we do not expect major breaking changes, some APIs may still change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753, and you can also check out https://github.com/pytorch/vision/issues/7319 to learn more about the APIs that we suspect might involve future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning(). warnings.warn(_BETA_TRANSFORMS_WARNING) Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> from src.factory import create_model_and_transforms File "/home/user/app/src/factory.py", line 9, in <module> from my_laion_clap.CLAP.src.laion_clap.clap_module.htsat import create_htsat_model File "/home/user/app/my_laion_clap/CLAP/src/laion_clap/__init__.py", line 5, in <module> from .hook import CLAP_Module File "/home/user/app/my_laion_clap/CLAP/src/laion_clap/hook.py", line 12, in <module> from training.data import get_audio_features File "/home/user/app/my_laion_clap/CLAP/src/laion_clap/training/data.py", line 44, in <module> bert_tokenizer = BertTokenizer.from_pretrained("bert-base-uncased") File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2197, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'bert-base-uncased'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'bert-base-uncased' is the correct path to a directory containing all relevant files for a BertTokenizer tokenizer.

Container logs:

Fetching error logs...