runtime error
Exit code: 1. Reason: /opt/conda/lib/python3.10/site-packages/transformers/utils/hub.py:105: FutureWarning: Using `TRANSFORMERS_CACHE` is deprecated and will be removed in v5 of Transformers. Use `HF_HOME` instead. warnings.warn( Could not cache non-existence of file. Will ignore error and continue. Error: [Errno 13] Permission denied: '/app/.cache/models--openai--clip-vit-base-patch32' Could not cache non-existence of file. Will ignore error and continue. Error: [Errno 13] Permission denied: '/app/.cache/models--openai--clip-vit-base-patch32' Could not cache non-existence of file. Will ignore error and continue. Error: [Errno 13] Permission denied: '/app/.cache/models--openai--clip-vit-base-patch32' Traceback (most recent call last): File "/app/run.py", line 193, in <module> main() File "/app/run.py", line 82, in main clip_model = CLIPModel.from_pretrained("openai/clip-vit-base-patch32").to(device) File "/opt/conda/lib/python3.10/site-packages/transformers/modeling_utils.py", line 279, in _wrapper return func(*args, **kwargs) File "/opt/conda/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4260, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( File "/opt/conda/lib/python3.10/site-packages/transformers/modeling_utils.py", line 1080, in _get_resolved_checkpoint_files raise EnvironmentError( OSError: openai/clip-vit-base-patch32 does not appear to have a file named pytorch_model.bin but there is a file for TensorFlow weights. Use `from_tf=True` to load this model from those weights.
Container logs:
Fetching error logs...