ariG23498 HF Staff commited on
Commit
ff0dd10
·
verified ·
1 Parent(s): a3bbc26

Upload moondream_moondream3-preview_0.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. moondream_moondream3-preview_0.txt +24 -85
moondream_moondream3-preview_0.txt CHANGED
@@ -1,95 +1,34 @@
1
  Traceback (most recent call last):
2
- File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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/5db196627ca8f3c8/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-68d0f6d1-2e37741400b072da57b16578;fc7890e1-a6b3-49db-bb14-33a836d50b91)
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_0VlJvUp.py", line 13, in <module>
67
  pipe = pipeline("image-text-to-text", model="moondream/moondream3-preview", trust_remote_code=True)
68
  File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
69
  config = AutoConfig.from_pretrained(
70
  model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs
71
  )
72
- File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1288, in from_pretrained
73
- config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
74
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
75
- File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/configuration_utils.py", line 662, in get_config_dict
76
- config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
77
- ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
78
- File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/configuration_utils.py", line 721, in _get_config_dict
79
- resolved_config_file = cached_file(
 
 
 
 
 
80
  pretrained_model_name_or_path,
81
- ...<10 lines>...
 
82
  _commit_hash=commit_hash,
 
83
  )
84
- File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/utils/hub.py", line 321, in cached_file
85
- file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs)
86
- File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/utils/hub.py", line 542, in cached_files
87
- raise OSError(
 
88
  ...<2 lines>...
89
- ) from e
90
- OSError: You are trying to access a gated repo.
91
- Make sure to have access to it at https://huggingface.co/moondream/moondream3-preview.
92
- 403 Client Error. (Request ID: Root=1-68d0f6d1-2e37741400b072da57b16578;fc7890e1-a6b3-49db-bb14-33a836d50b91)
93
-
94
- Cannot access gated repo for url https://huggingface.co/moondream/moondream3-preview/resolve/main/config.json.
95
- 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_0HZCwbP.py", line 13, in <module>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  pipe = pipeline("image-text-to-text", model="moondream/moondream3-preview", trust_remote_code=True)
4
  File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
5
  config = AutoConfig.from_pretrained(
6
  model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs
7
  )
8
+ File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1302, in from_pretrained
9
+ config_class = get_class_from_dynamic_module(
10
+ class_ref, pretrained_model_name_or_path, code_revision=code_revision, **kwargs
11
+ )
12
+ File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 569, in get_class_from_dynamic_module
13
+ final_module = get_cached_module_file(
14
+ repo_id,
15
+ ...<8 lines>...
16
+ repo_type=repo_type,
17
+ )
18
+ File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 432, in get_cached_module_file
19
+ get_cached_module_file(
20
+ ~~~~~~~~~~~~~~~~~~~~~~^
21
  pretrained_model_name_or_path,
22
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
+ ...<8 lines>...
24
  _commit_hash=commit_hash,
25
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
26
  )
27
+ ^
28
+ File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 392, in get_cached_module_file
29
+ modules_needed = check_imports(resolved_module_file)
30
+ File "/tmp/.cache/uv/environments-v2/5db196627ca8f3c8/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 224, in check_imports
31
+ raise ImportError(
32
  ...<2 lines>...
33
+ )
34
+ ImportError: This modeling file requires the following packages that were not found in your environment: PIL. Run `pip install PIL`