runtime error
Exit code: 1. Reason: in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.19/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1007, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/home/user/.pyenv/versions/3.10.19/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1124, in _hf_hub_download_to_cache_dir os.makedirs(os.path.dirname(blob_path), exist_ok=True) File "/home/user/.pyenv/versions/3.10.19/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/user/.pyenv/versions/3.10.19/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/user/.pyenv/versions/3.10.19/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) [Previous line repeated 1 more time] File "/home/user/.pyenv/versions/3.10.19/lib/python3.10/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/data' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> model = transformers.AutoModelForCausalLM.from_pretrained( File "/home/user/.pyenv/versions/3.10.19/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 508, in from_pretrained resolved_config_file = cached_file( File "/home/user/.pyenv/versions/3.10.19/lib/python3.10/site-packages/transformers/utils/hub.py", line 322, in cached_file file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) File "/home/user/.pyenv/versions/3.10.19/lib/python3.10/site-packages/transformers/utils/hub.py", line 524, in cached_files raise OSError( OSError: PermissionError at /data when downloading h2oai/h2ogpt-4096-llama2-13b. Check cache directory permissions. Common causes: 1) another user is downloading the same model (please wait); 2) a previous download was canceled and the lock file needs manual removal.
Container logs:
Fetching error logs...