runtime error
Exit code: 1. Reason: Downloading LoRA model from Gauri-tr/chch... mkdir: cannot create directory ‘lora_model’: Permission denied Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/_snapshot_download.py", line 206, in snapshot_download os.makedirs(os.path.dirname(ref_path), exist_ok=True) File "<frozen os>", line 215, in makedirs File "<frozen os>", line 215, in makedirs File "<frozen os>", line 215, in makedirs File "<frozen os>", line 225, in makedirs PermissionError: [Errno 13] Permission denied: '/app/.cache' Failed to download model, will use base model There was a problem when trying to write in your cache folder (/app/.cache/hub). You should set the environment variable TRANSFORMERS_CACHE to a writable directory. /usr/local/lib/python3.11/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.11/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32 Traceback (most recent call last): File "/app/app.py", line 35, in <module> with open("templates/index.html", "w") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 13] Permission denied: 'templates/index.html'
Container logs:
Fetching error logs...