ariG23498 HF Staff commited on
Commit
6c93598
·
verified ·
1 Parent(s): 5f01847

Upload moondream_moondream3-preview_1.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. moondream_moondream3-preview_1.txt +101 -0
moondream_moondream3-preview_1.txt ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Traceback (most recent call last):
2
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
3
+ response.raise_for_status()
4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~^^
5
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status
6
+ raise HTTPError(http_error_msg, response=self)
7
+ requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/moondream/moondream3-preview/resolve/main/config.json
8
+
9
+ The above exception was the direct cause of the following exception:
10
+
11
+ Traceback (most recent call last):
12
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/utils/hub.py", line 478, in cached_files
13
+ hf_hub_download(
14
+ ~~~~~~~~~~~~~~~^
15
+ path_or_repo_id,
16
+ ^^^^^^^^^^^^^^^^
17
+ ...<10 lines>...
18
+ local_files_only=local_files_only,
19
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
+ )
21
+ ^
22
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
23
+ return fn(*args, **kwargs)
24
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1010, in hf_hub_download
25
+ return _hf_hub_download_to_cache_dir(
26
+ # Destination
27
+ ...<14 lines>...
28
+ force_download=force_download,
29
+ )
30
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1117, in _hf_hub_download_to_cache_dir
31
+ _raise_on_head_call_error(head_call_error, force_download, local_files_only)
32
+ ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1658, in _raise_on_head_call_error
34
+ raise head_call_error
35
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1546, in _get_metadata_or_catch_error
36
+ metadata = get_hf_file_metadata(
37
+ url=url, proxies=proxies, timeout=etag_timeout, headers=headers, token=token, endpoint=endpoint
38
+ )
39
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
40
+ return fn(*args, **kwargs)
41
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1463, in get_hf_file_metadata
42
+ r = _request_wrapper(
43
+ method="HEAD",
44
+ ...<5 lines>...
45
+ timeout=timeout,
46
+ )
47
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 286, in _request_wrapper
48
+ response = _request_wrapper(
49
+ method=method,
50
+ ...<2 lines>...
51
+ **params,
52
+ )
53
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 310, in _request_wrapper
54
+ hf_raise_for_status(response)
55
+ ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
56
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 426, in hf_raise_for_status
57
+ raise _format(GatedRepoError, message, response) from e
58
+ huggingface_hub.errors.GatedRepoError: 403 Client Error. (Request ID: Root=1-68cd0232-68002f87411350ab10f9b640;a96a1dcf-588d-4a93-b703-ae88387e6cb9)
59
+
60
+ Cannot access gated repo for url https://huggingface.co/moondream/moondream3-preview/resolve/main/config.json.
61
+ Access to model moondream/moondream3-preview is restricted and you are not in the authorized list. Visit https://huggingface.co/moondream/moondream3-preview to ask for access.
62
+
63
+ The above exception was the direct cause of the following exception:
64
+
65
+ Traceback (most recent call last):
66
+ File "/tmp/moondream_moondream3-preview_1Q9KcVG.py", line 12, in <module>
67
+ model = AutoModelForCausalLM.from_pretrained("moondream/moondream3-preview", trust_remote_code=True, torch_dtype="auto")
68
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 549, in from_pretrained
69
+ config, kwargs = AutoConfig.from_pretrained(
70
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~^
71
+ pretrained_model_name_or_path,
72
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73
+ ...<4 lines>...
74
+ **kwargs,
75
+ ^^^^^^^^^
76
+ )
77
+ ^
78
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1288, in from_pretrained
79
+ config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
80
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
81
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/configuration_utils.py", line 662, in get_config_dict
82
+ config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
83
+ ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
84
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/configuration_utils.py", line 721, in _get_config_dict
85
+ resolved_config_file = cached_file(
86
+ pretrained_model_name_or_path,
87
+ ...<10 lines>...
88
+ _commit_hash=commit_hash,
89
+ )
90
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/utils/hub.py", line 321, in cached_file
91
+ file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs)
92
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/utils/hub.py", line 542, in cached_files
93
+ raise OSError(
94
+ ...<2 lines>...
95
+ ) from e
96
+ OSError: You are trying to access a gated repo.
97
+ Make sure to have access to it at https://huggingface.co/moondream/moondream3-preview.
98
+ 403 Client Error. (Request ID: Root=1-68cd0232-68002f87411350ab10f9b640;a96a1dcf-588d-4a93-b703-ae88387e6cb9)
99
+
100
+ Cannot access gated repo for url https://huggingface.co/moondream/moondream3-preview/resolve/main/config.json.
101
+ Access to model moondream/moondream3-preview is restricted and you are not in the authorized list. Visit https://huggingface.co/moondream/moondream3-preview to ask for access.