text
stringlengths
0
3.84k
Everything was good in YannQi_R-4B_1.txt
Traceback (most recent call last):
File "/tmp/allenai_olmOCR-7B-0725_0PHqJbH.py", line 13, in <module>
pipe = pipeline("image-to-text", model="allenai/olmOCR-7B-0725")
File "/tmp/.cache/uv/environments-v2/529bdc2bdc6fbbc1/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1090, in pipeline
raise e
File "/tmp/.cache/uv/environments-v2/529bdc2bdc6fbbc1/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1085, in pipeline
image_processor = AutoImageProcessor.from_pretrained(
image_processor, _from_pipeline=task, **hub_kwargs, **model_kwargs
)
File "/tmp/.cache/uv/environments-v2/529bdc2bdc6fbbc1/lib/python3.13/site-packages/transformers/models/auto/image_processing_auto.py", line 597, in from_pretrained
return image_processor_class.from_dict(config_dict, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/.cache/uv/environments-v2/529bdc2bdc6fbbc1/lib/python3.13/site-packages/transformers/utils/import_utils.py", line 2116, in __getattribute__
requires_backends(cls, cls._backends)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/tmp/.cache/uv/environments-v2/529bdc2bdc6fbbc1/lib/python3.13/site-packages/transformers/utils/import_utils.py", line 2102, in requires_backends
raise ImportError("".join(failed))
ImportError:
Qwen2VLImageProcessor requires the PIL library but it was not found in your environment. You can install it with pip:
`pip install pillow`. Please note that you may need to restart your runtime after installation.
Traceback (most recent call last):
File "/tmp/allenai_olmOCR-7B-0725_1o6KaGZ.py", line 13, in <module>
processor = AutoProcessor.from_pretrained("allenai/olmOCR-7B-0725")
File "/tmp/.cache/uv/environments-v2/b27882d3da9f988d/lib/python3.13/site-packages/transformers/models/auto/processing_auto.py", line 385, in from_pretrained
return processor_class.from_pretrained(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
pretrained_model_name_or_path, trust_remote_code=trust_remote_code, **kwargs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/tmp/.cache/uv/environments-v2/b27882d3da9f988d/lib/python3.13/site-packages/transformers/processing_utils.py", line 1310, in from_pretrained
args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, **kwargs)
File "/tmp/.cache/uv/environments-v2/b27882d3da9f988d/lib/python3.13/site-packages/transformers/processing_utils.py", line 1369, in _get_arguments_from_pretrained
args.append(attribute_class.from_pretrained(pretrained_model_name_or_path, **kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/.cache/uv/environments-v2/b27882d3da9f988d/lib/python3.13/site-packages/transformers/utils/import_utils.py", line 2116, in __getattribute__
requires_backends(cls, cls._backends)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/tmp/.cache/uv/environments-v2/b27882d3da9f988d/lib/python3.13/site-packages/transformers/utils/import_utils.py", line 2102, in requires_backends
raise ImportError("".join(failed))
ImportError:
AutoImageProcessor requires the PIL library but it was not found in your environment. You can install it with pip:
`pip install pillow`. Please note that you may need to restart your runtime after installation.
Everything was good in apple_FastVLM-0.5B_0.txt
Everything was good in apple_FastVLM-1.5B_0.txt
Everything was good in apple_FastVLM-7B_0.txt
Traceback (most recent call last):
File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/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/dd6553ac58e05628/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/dd6553ac58e05628/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/dd6553ac58e05628/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/dd6553ac58e05628/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/dd6553ac58e05628/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/dd6553ac58e05628/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/dd6553ac58e05628/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/dd6553ac58e05628/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/dd6553ac58e05628/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/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 286, in _request_wrapper
response = _request_wrapper(
method=method,
...<2 lines>...