-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Describe the bug
Hey everyone,
I have been trying to download the latest "openai/gpt-oss-20b" and I have been continuously facing this issue:
`RuntimeError: Data processing error: CAS service error : IO Error: Timer expired (os error 62)
08/06/25 11:41 (GMT+05:30)
download_files(
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 629, in xet_get
08/06/25 11:41 (GMT+05:30)
xet_get(
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1723, in _download_to_tmp_and_move
08/06/25 11:41 (GMT+05:30)
_download_to_tmp_and_move(
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1171, in _hf_hub_download_to_cache_dir
08/06/25 11:41 (GMT+05:30)
return _hf_hub_download_to_cache_dir(
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py", line 1010, in hf_hub_download
08/06/25 11:41 (GMT+05:30)
return fn(*args, **kwargs)
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
08/06/25 11:41 (GMT+05:30)
return hf_hub_download(
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/_snapshot_download.py", line 306, in _inner_hf_hub_download
08/06/25 11:41 (GMT+05:30)
result = self.fn(*self.args, **self.kwargs)
08/06/25 11:41 (GMT+05:30)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run
08/06/25 11:41 (GMT+05:30)
raise self._exception
08/06/25 11:41 (GMT+05:30)
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
08/06/25 11:41 (GMT+05:30)
return self.__get_result()
08/06/25 11:41 (GMT+05:30)
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
08/06/25 11:41 (GMT+05:30)
return fut.result(timeout)
08/06/25 11:41 (GMT+05:30)
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel
08/06/25 11:41 (GMT+05:30)
yield _result_or_cancel(fs.pop())
08/06/25 11:41 (GMT+05:30)
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator
08/06/25 11:41 (GMT+05:30)
for obj in iterable:
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/tqdm/std.py", line 1181, in iter
08/06/25 11:41 (GMT+05:30)
return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), **kwargs))
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/tqdm/contrib/concurrent.py", line 51, in _executor_map
08/06/25 11:41 (GMT+05:30)
return _executor_map(ThreadPoolExecutor, fn, *iterables, **tqdm_kwargs)
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/tqdm/contrib/concurrent.py", line 69, in thread_map
08/06/25 11:41 (GMT+05:30)
thread_map(
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/_snapshot_download.py", line 332, in snapshot_download
08/06/25 11:41 (GMT+05:30)
return fn(*args, **kwargs)
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
08/06/25 11:41 (GMT+05:30)
snapshot_download(
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 494, in cached_files
08/06/25 11:41 (GMT+05:30)
raise e
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 567, in cached_files
08/06/25 11:41 (GMT+05:30)
cached_filenames = cached_files(
08/06/25 11:41 (GMT+05:30)
File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 1120, in get_checkpoint_shard_files
08/06/25 11:41 (GMT+05:30)
checkpoint_files, sharded_metadata = get_checkpoint_shard_files(
`
Reproduction
No response
Logs
System info
""