ariG23498 HF Staff commited on
Commit
91a4a34
·
verified ·
1 Parent(s): 4d8a89f

Upload moondream_moondream3-preview_1.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. moondream_moondream3-preview_1.txt +24 -85
moondream_moondream3-preview_1.txt CHANGED
@@ -1,69 +1,5 @@
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-68d0f6d9-6fadf84177558f7259c27c9c;7085646a-1872-4c01-a78a-a5316bea0fa8)
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_1iEPo0U.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(
@@ -75,27 +11,30 @@ Traceback (most recent call last):
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-68d0f6d9-6fadf84177558f7259c27c9c;7085646a-1872-4c01-a78a-a5316bea0fa8)
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.
 
1
  Traceback (most recent call last):
2
+ File "/tmp/moondream_moondream3-preview_13fiJNk.py", line 12, in <module>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  model = AutoModelForCausalLM.from_pretrained("moondream/moondream3-preview", trust_remote_code=True, torch_dtype="auto")
4
  File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 549, in from_pretrained
5
  config, kwargs = AutoConfig.from_pretrained(
 
11
  ^^^^^^^^^
12
  )
13
  ^
14
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1302, in from_pretrained
15
+ config_class = get_class_from_dynamic_module(
16
+ class_ref, pretrained_model_name_or_path, code_revision=code_revision, **kwargs
17
+ )
18
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 569, in get_class_from_dynamic_module
19
+ final_module = get_cached_module_file(
20
+ repo_id,
21
+ ...<8 lines>...
22
+ repo_type=repo_type,
23
+ )
24
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 432, in get_cached_module_file
25
+ get_cached_module_file(
26
+ ~~~~~~~~~~~~~~~~~~~~~~^
27
  pretrained_model_name_or_path,
28
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29
+ ...<8 lines>...
30
  _commit_hash=commit_hash,
31
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
32
  )
33
+ ^
34
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 392, in get_cached_module_file
35
+ modules_needed = check_imports(resolved_module_file)
36
+ File "/tmp/.cache/uv/environments-v2/94162a893ac78d54/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 224, in check_imports
37
+ raise ImportError(
38
  ...<2 lines>...
39
+ )
40
+ ImportError: This modeling file requires the following packages that were not found in your environment: PIL. Run `pip install PIL`