Upload FlashLabs_Chroma-4B_1.txt with huggingface_hub
Browse files- FlashLabs_Chroma-4B_1.txt +34 -39
FlashLabs_Chroma-4B_1.txt
CHANGED
|
@@ -6,63 +6,58 @@ model = AutoModel.from_pretrained("FlashLabs/Chroma-4B", trust_remote_code=True,
|
|
| 6 |
|
| 7 |
ERROR:
|
| 8 |
Traceback (most recent call last):
|
| 9 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line
|
| 10 |
response.raise_for_status()
|
| 11 |
~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
| 12 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/
|
| 13 |
-
raise
|
| 14 |
-
|
|
|
|
| 15 |
|
| 16 |
The above exception was the direct cause of the following exception:
|
| 17 |
|
| 18 |
Traceback (most recent call last):
|
| 19 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/utils/hub.py", line
|
| 20 |
hf_hub_download(
|
| 21 |
~~~~~~~~~~~~~~~^
|
| 22 |
path_or_repo_id,
|
| 23 |
^^^^^^^^^^^^^^^^
|
| 24 |
-
...<
|
| 25 |
local_files_only=local_files_only,
|
| 26 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 27 |
)
|
| 28 |
^
|
| 29 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line
|
| 30 |
return fn(*args, **kwargs)
|
| 31 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line
|
| 32 |
return _hf_hub_download_to_cache_dir(
|
| 33 |
# Destination
|
| 34 |
-
...<
|
| 35 |
-
|
| 36 |
)
|
| 37 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line
|
| 38 |
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
|
| 39 |
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 40 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line
|
| 41 |
raise head_call_error
|
| 42 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line
|
| 43 |
metadata = get_hf_file_metadata(
|
| 44 |
-
url=url,
|
|
|
|
|
|
|
| 45 |
)
|
| 46 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line
|
| 47 |
return fn(*args, **kwargs)
|
| 48 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line
|
| 49 |
-
|
| 50 |
-
method="HEAD",
|
| 51 |
-
...<5 lines>...
|
| 52 |
-
timeout=timeout,
|
| 53 |
-
)
|
| 54 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 283, in _request_wrapper
|
| 55 |
-
response = _request_wrapper(
|
| 56 |
-
method=method,
|
| 57 |
-
...<2 lines>...
|
| 58 |
-
**params,
|
| 59 |
)
|
| 60 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line
|
| 61 |
hf_raise_for_status(response)
|
| 62 |
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
|
| 63 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line
|
| 64 |
raise _format(GatedRepoError, message, response) from e
|
| 65 |
-
huggingface_hub.errors.GatedRepoError: 403 Client Error. (Request ID: Root=1-
|
| 66 |
|
| 67 |
Cannot access gated repo for url https://huggingface.co/FlashLabs/Chroma-4B/resolve/main/config.json.
|
| 68 |
Access to model FlashLabs/Chroma-4B is restricted and you are not in the authorized list. Visit https://huggingface.co/FlashLabs/Chroma-4B to ask for access.
|
|
@@ -70,9 +65,9 @@ Access to model FlashLabs/Chroma-4B is restricted and you are not in the authori
|
|
| 70 |
The above exception was the direct cause of the following exception:
|
| 71 |
|
| 72 |
Traceback (most recent call last):
|
| 73 |
-
File "/tmp/FlashLabs_Chroma-
|
| 74 |
model = AutoModel.from_pretrained("FlashLabs/Chroma-4B", trust_remote_code=True, dtype="auto")
|
| 75 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line
|
| 76 |
config, kwargs = AutoConfig.from_pretrained(
|
| 77 |
~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 78 |
pretrained_model_name_or_path,
|
|
@@ -82,27 +77,27 @@ Traceback (most recent call last):
|
|
| 82 |
^^^^^^^^^
|
| 83 |
)
|
| 84 |
^
|
| 85 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line
|
| 86 |
-
config_dict, unused_kwargs =
|
| 87 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 88 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/configuration_utils.py", line
|
| 89 |
config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
|
| 90 |
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 91 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/configuration_utils.py", line
|
| 92 |
resolved_config_file = cached_file(
|
| 93 |
pretrained_model_name_or_path,
|
| 94 |
-
...<
|
| 95 |
_commit_hash=commit_hash,
|
| 96 |
)
|
| 97 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/utils/hub.py", line
|
| 98 |
file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs)
|
| 99 |
-
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/utils/hub.py", line
|
| 100 |
raise OSError(
|
| 101 |
...<2 lines>...
|
| 102 |
) from e
|
| 103 |
OSError: You are trying to access a gated repo.
|
| 104 |
Make sure to have access to it at https://huggingface.co/FlashLabs/Chroma-4B.
|
| 105 |
-
403 Client Error. (Request ID: Root=1-
|
| 106 |
|
| 107 |
Cannot access gated repo for url https://huggingface.co/FlashLabs/Chroma-4B/resolve/main/config.json.
|
| 108 |
Access to model FlashLabs/Chroma-4B is restricted and you are not in the authorized list. Visit https://huggingface.co/FlashLabs/Chroma-4B to ask for access.
|
|
|
|
| 6 |
|
| 7 |
ERROR:
|
| 8 |
Traceback (most recent call last):
|
| 9 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 657, in hf_raise_for_status
|
| 10 |
response.raise_for_status()
|
| 11 |
~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
| 12 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/httpx/_models.py", line 829, in raise_for_status
|
| 13 |
+
raise HTTPStatusError(message, request=request, response=self)
|
| 14 |
+
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://huggingface.co/FlashLabs/Chroma-4B/resolve/main/config.json'
|
| 15 |
+
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
|
| 16 |
|
| 17 |
The above exception was the direct cause of the following exception:
|
| 18 |
|
| 19 |
Traceback (most recent call last):
|
| 20 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/utils/hub.py", line 419, in cached_files
|
| 21 |
hf_hub_download(
|
| 22 |
~~~~~~~~~~~~~~~^
|
| 23 |
path_or_repo_id,
|
| 24 |
^^^^^^^^^^^^^^^^
|
| 25 |
+
...<9 lines>...
|
| 26 |
local_files_only=local_files_only,
|
| 27 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 28 |
)
|
| 29 |
^
|
| 30 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
|
| 31 |
return fn(*args, **kwargs)
|
| 32 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1024, in hf_hub_download
|
| 33 |
return _hf_hub_download_to_cache_dir(
|
| 34 |
# Destination
|
| 35 |
+
...<15 lines>...
|
| 36 |
+
dry_run=dry_run,
|
| 37 |
)
|
| 38 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1175, in _hf_hub_download_to_cache_dir
|
| 39 |
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
|
| 40 |
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 41 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1804, in _raise_on_head_call_error
|
| 42 |
raise head_call_error
|
| 43 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1691, in _get_metadata_or_catch_error
|
| 44 |
metadata = get_hf_file_metadata(
|
| 45 |
+
url=url,
|
| 46 |
+
...<4 lines>...
|
| 47 |
+
retry_on_errors=retry_on_errors,
|
| 48 |
)
|
| 49 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
|
| 50 |
return fn(*args, **kwargs)
|
| 51 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1614, in get_hf_file_metadata
|
| 52 |
+
response = _httpx_follow_relative_redirects(
|
| 53 |
+
method="HEAD", url=url, headers=hf_headers, timeout=timeout, retry_on_errors=retry_on_errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
)
|
| 55 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 309, in _httpx_follow_relative_redirects
|
| 56 |
hf_raise_for_status(response)
|
| 57 |
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
|
| 58 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 677, in hf_raise_for_status
|
| 59 |
raise _format(GatedRepoError, message, response) from e
|
| 60 |
+
huggingface_hub.errors.GatedRepoError: 403 Client Error. (Request ID: Root=1-69786631-514ca5192425af86487a3c8b;e728860f-ba37-4ef8-bc97-fd42a22245a2)
|
| 61 |
|
| 62 |
Cannot access gated repo for url https://huggingface.co/FlashLabs/Chroma-4B/resolve/main/config.json.
|
| 63 |
Access to model FlashLabs/Chroma-4B is restricted and you are not in the authorized list. Visit https://huggingface.co/FlashLabs/Chroma-4B to ask for access.
|
|
|
|
| 65 |
The above exception was the direct cause of the following exception:
|
| 66 |
|
| 67 |
Traceback (most recent call last):
|
| 68 |
+
File "/tmp/FlashLabs_Chroma-4B_16gbOji.py", line 25, in <module>
|
| 69 |
model = AutoModel.from_pretrained("FlashLabs/Chroma-4B", trust_remote_code=True, dtype="auto")
|
| 70 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 317, in from_pretrained
|
| 71 |
config, kwargs = AutoConfig.from_pretrained(
|
| 72 |
~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 73 |
pretrained_model_name_or_path,
|
|
|
|
| 77 |
^^^^^^^^^
|
| 78 |
)
|
| 79 |
^
|
| 80 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1356, in from_pretrained
|
| 81 |
+
config_dict, unused_kwargs = PreTrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
|
| 82 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 83 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/configuration_utils.py", line 569, in get_config_dict
|
| 84 |
config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
|
| 85 |
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 86 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/configuration_utils.py", line 624, in _get_config_dict
|
| 87 |
resolved_config_file = cached_file(
|
| 88 |
pretrained_model_name_or_path,
|
| 89 |
+
...<9 lines>...
|
| 90 |
_commit_hash=commit_hash,
|
| 91 |
)
|
| 92 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/utils/hub.py", line 276, in cached_file
|
| 93 |
file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs)
|
| 94 |
+
File "/tmp/.cache/uv/environments-v2/78bfeaa12e6fea46/lib/python3.13/site-packages/transformers/utils/hub.py", line 483, in cached_files
|
| 95 |
raise OSError(
|
| 96 |
...<2 lines>...
|
| 97 |
) from e
|
| 98 |
OSError: You are trying to access a gated repo.
|
| 99 |
Make sure to have access to it at https://huggingface.co/FlashLabs/Chroma-4B.
|
| 100 |
+
403 Client Error. (Request ID: Root=1-69786631-514ca5192425af86487a3c8b;e728860f-ba37-4ef8-bc97-fd42a22245a2)
|
| 101 |
|
| 102 |
Cannot access gated repo for url https://huggingface.co/FlashLabs/Chroma-4B/resolve/main/config.json.
|
| 103 |
Access to model FlashLabs/Chroma-4B is restricted and you are not in the authorized list. Visit https://huggingface.co/FlashLabs/Chroma-4B to ask for access.
|