runtime error

Exit code: 1. Reason: [INFO] Using device: cpu Traceback (most recent call last): File "/app/app.py", line 22, in <module> model = CLIPModel.from_pretrained("openai/clip-vit-base-patch32", from_tf=True).to(device) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 279, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4260, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( File "/usr/local/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...