│ │ │ 1178 │ │ time = self._time │ │ 1179 │ │ │ │ 1180 │ │ try: │ │ ❱ 1181 │ │ │ for obj in iterable: │ │ 1182 │ │ │ │ yield obj │ │ 1183 │ │ │ │ # Update and possibly pr │ │ 1184 │ │ │ │ # Note: does not call se │ │ │ │ /usr/local/lib/python3.11/concurrent/futures/_b │ │ ase.py:619 in result_iterator │ │ │ │ /usr/local/lib/python3.11/concurrent/futures/_b │ │ ase.py:317 in _result_or_cancel │ │ │ │ /usr/local/lib/python3.11/concurrent/futures/_b │ │ ase.py:456 in result │ │ │ │ /usr/local/lib/python3.11/concurrent/futures/_b │ │ ase.py:401 in __get_result │ │ │ │ /usr/local/lib/python3.11/concurrent/futures/th │ │ read.py:58 in run │ │ │ │ /opt/venv/lib/python3.11/site-packages/huggingf │ │ ace_hub/_snapshot_download.py:271 in │ │ _inner_hf_hub_download │ │ │ │ 268 │ # so no network call happens if we al │ │ 269 │ # have the file locally. │ │ 270 │ def _inner_hf_hub_download(repo_file: │ │ ❱ 271 │ │ return hf_hub_download( │ │ 272 │ │ │ repo_id, │ │ 273 │ │ │ filename=repo_file, │ │ 274 │ │ │ repo_type=repo_type, │ │ │ │ /opt/venv/lib/python3.11/site-packages/huggingf │ │ ace_hub/utils/_validators.py:114 in _inner_fn │ │ │ │ 111 │ │ if check_use_auth_token: │ │ 112 │ │ │ kwargs = smoothly_deprecate_u │ │ has_token=has_token, kwargs=kwargs) │ │ 113 │ │ │ │ ❱ 114 │ │ return fn(*args, **kwargs) │ │ 115 │ │ │ 116 │ return _inner_fn # type: ignore │ │ 117 │ │ │ │ /opt/venv/lib/python3.11/site-packages/huggingf │ │ ace_hub/file_download.py:988 in hf_hub_download │ │ │ │ 985 │ │ │ │ "For more details, check │ │ https://huggingface.co/docs/huggingface_ │ │ cal-folder." │ │ 986 │ │ │ ) │ │ 987 │ │ │ │ ❱ 988 │ │ return _hf_hub_download_to_local │ │ 989 │ │ │ # Destination │ │ 990 │ │ │ local_dir=local_dir, │ │ 991 │ │ │ # File info │ │ │ │ /opt/venv/lib/python3.11/site-packages/huggingf │ │ ace_hub/file_download.py:1288 in │ │ _hf_hub_download_to_local_dir │ │ │ │ 1285 │ # Otherwise, let's download the file │ │ 1286 │ with WeakFileLock(paths.lock_path): │ │ 1287 │ │ paths.file_path.unlink(missing_o │ │ ❱ 1288 │ │ _download_to_tmp_and_move( │ │ 1289 │ │ │ incomplete_path=paths.incomp │ │ 1290 │ │ │ destination_path=paths.file_ │ │ 1291 │ │ │ url_to_download=url_to_downl │ │ │ │ /opt/venv/lib/python3.11/site-packages/huggingf │ │ ace_hub/file_download.py:1708 in │ │ _download_to_tmp_and_move │ │ │ │ 1705 │ │ │ │ 1706 │ │ if xet_file_data is not None and │ │ 1707 │ │ │ logger.info("Xet Storage is │ │ Storage..") │ │ ❱ 1708 │ │ │ xet_get( │ │ 1709 │ │ │ │ incomplete_path=incomple │ │ 1710 │ │ │ │ xet_file_data=xet_file_d │ │ 1711 │ │ │ │ headers=headers, │ │ │ │ /opt/venv/lib/python3.11/site-packages/huggingf │ │ ace_hub/file_download.py:627 in xet_get │ │ │ │ 624 │ │ def progress_updater(progress_by │ │ 625 │ │ │ progress.update(progress_byt │ │ 626 │ │ │ │ ❱ 627 │ │ download_files( │ │ 628 │ │ │ xet_download_info, │ │ 629 │ │ │ endpoint=connection_info.end │ │ 630 │ │ │ token_info=(connection_info. │ │ connection_info.expiration_unix_epoch), │ ╰─────────────────────────────────────────────────╯ RuntimeError: Data processing error: I/O error: Permission denied (os error 13)