text
stringlengths 0
696
|
---|
File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/transformers/utils/hub.py", line 318, in cached_file
|
file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs)
|
File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/transformers/utils/hub.py", line 540, in cached_files
|
raise OSError(
|
...<2 lines>...
|
) from e
|
OSError: You are trying to access a gated repo.
|
Make sure to have access to it at https://huggingface.co/arcee-ai/AFM-4.5B.
|
403 Client Error. (Request ID: Root=1-6889b16d-2f02594d744731ec4790f70d;9764e6ae-7697-4188-9099-df12b2fb6697)
|
Cannot access gated repo for url https://huggingface.co/arcee-ai/AFM-4.5B/resolve/main/config.json.
|
Access to model arcee-ai/AFM-4.5B is restricted and you are not in the authorized list. Visit https://huggingface.co/arcee-ai/AFM-4.5B to ask for access.
|
Traceback (most recent call last):
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
|
response.raise_for_status()
|
~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status
|
raise HTTPError(http_error_msg, response=self)
|
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/arcee-ai/AFM-4.5B/resolve/main/config.json
|
The above exception was the direct cause of the following exception:
|
Traceback (most recent call last):
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/transformers/utils/hub.py", line 476, in cached_files
|
hf_hub_download(
|
~~~~~~~~~~~~~~~^
|
path_or_repo_id,
|
^^^^^^^^^^^^^^^^
|
...<10 lines>...
|
local_files_only=local_files_only,
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
)
|
^
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
return fn(*args, **kwargs)
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1010, in hf_hub_download
|
return _hf_hub_download_to_cache_dir(
|
# Destination
|
...<14 lines>...
|
force_download=force_download,
|
)
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1117, in _hf_hub_download_to_cache_dir
|
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
|
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1658, in _raise_on_head_call_error
|
raise head_call_error
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1546, in _get_metadata_or_catch_error
|
metadata = get_hf_file_metadata(
|
url=url, proxies=proxies, timeout=etag_timeout, headers=headers, token=token, endpoint=endpoint
|
)
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
return fn(*args, **kwargs)
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1463, in get_hf_file_metadata
|
r = _request_wrapper(
|
method="HEAD",
|
...<5 lines>...
|
timeout=timeout,
|
)
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 286, in _request_wrapper
|
response = _request_wrapper(
|
method=method,
|
...<2 lines>...
|
**params,
|
)
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 310, in _request_wrapper
|
hf_raise_for_status(response)
|
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 426, in hf_raise_for_status
|
raise _format(GatedRepoError, message, response) from e
|
huggingface_hub.errors.GatedRepoError: 403 Client Error. (Request ID: Root=1-6889b14c-48562b630e97e6b6468ad43c;9290a64d-9123-47c2-8ebd-1707b6e806ba)
|
Cannot access gated repo for url https://huggingface.co/arcee-ai/AFM-4.5B/resolve/main/config.json.
|
Access to model arcee-ai/AFM-4.5B is restricted and you are not in the authorized list. Visit https://huggingface.co/arcee-ai/AFM-4.5B to ask for access.
|
The above exception was the direct cause of the following exception:
|
Traceback (most recent call last):
|
File "/tmp/arcee-ai_AFM-4.5B_1kBQ2OH.py", line 13, in <module>
|
tokenizer = AutoTokenizer.from_pretrained("arcee-ai/AFM-4.5B")
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/transformers/models/auto/tokenization_auto.py", line 1067, in from_pretrained
|
config = AutoConfig.from_pretrained(
|
pretrained_model_name_or_path, trust_remote_code=trust_remote_code, **kwargs
|
)
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1244, in from_pretrained
|
config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/transformers/configuration_utils.py", line 649, in get_config_dict
|
config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
|
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/transformers/configuration_utils.py", line 708, in _get_config_dict
|
resolved_config_file = cached_file(
|
pretrained_model_name_or_path,
|
...<10 lines>...
|
_commit_hash=commit_hash,
|
)
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/transformers/utils/hub.py", line 318, in cached_file
|
file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs)
|
File "/tmp/.cache/uv/environments-v2/d63d34ff64d6f2c0/lib/python3.13/site-packages/transformers/utils/hub.py", line 540, in cached_files
|
raise OSError(
|
...<2 lines>...
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.