runtime error
Exit code: 1. Reason: Transformers version 4.31.0 /usr/local/lib/python3.10/site-packages/bitsandbytes/cextension.py:34: UserWarning: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable. warn("The installed version of bitsandbytes was compiled without GPU support. " /usr/local/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32 0%| | 0.00/933M [00:00<?, ?iB/s][A 3%|█ | 25.2M/933M [00:00<00:05, 160MiB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 357, in <module> state_model = gr.State(init_clip()) File "/home/user/app/app.py", line 168, in init_clip clip_model, clip_prs, clip_preprocess, _, clip_tokenizer = clip_get_model( File "/home/user/app/API_CLIP/main.py", line 52, in get_model model, _, preprocess = create_model_and_transforms(model_name, pretrained=pretrained) File "/home/user/app/API_CLIP/clip_prs/utils/factory.py", line 308, in create_model_and_transforms model = create_model( File "/home/user/app/API_CLIP/clip_prs/utils/factory.py", line 143, in create_model model = load_openai_model( File "/home/user/app/API_CLIP/clip_prs/utils/openai_models.py", line 56, in load_openai_model model_path = download_pretrained_from_url(get_pretrained_url(name, 'openai'), cache_dir=cache_dir) File "/home/user/app/API_CLIP/clip_prs/utils/pretrained.py", line 374, in download_pretrained_from_url raise RuntimeError(f"Model has been downloaded but the SHA256 checksum does not not match") RuntimeError: Model has been downloaded but the SHA256 checksum does not not match
Container logs:
Fetching error logs...