runtime error
Exit code: 1. Reason: Using device: cpu Downloading vocab.json... Download complete. Downloading merges.txt... Download complete. Downloading v1-5-pruned-emaonly.ckpt... Download complete. Traceback (most recent call last): File "/app/app.py", line 62, in <module> tokenizer = CLIPTokenizer(VOCAB_PATH, merges_file=MERGES_PATH) File "/usr/local/lib/python3.13/site-packages/transformers/models/clip/tokenization_clip.py", line 79, in __init__ BPE( ~~~^ vocab=_vocab, ^^^^^^^^^^^^^ ...<5 lines>... unk_token=str(unk_token), ^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ ValueError: `vocab` and `merges` must be both be from memory or both filenames
Container logs:
Fetching error logs...