text
stringlengths 0
696
|
---|
Everything was good in HuggingFaceTB_SmolLM3-3B_0.txt
|
Traceback (most recent call last):
|
File "/tmp/HuggingFaceTB_SmolLM3-3B_1WOfZK8.py", line 16, in <module>
|
text = tokenizer.apply_chat_template(
|
^^^^^^^^^
|
NameError: name 'tokenizer' is not defined
|
No suitable GPU found for tencent/Hunyuan-A13B-Instruct | 389.33 GB VRAM requirement
|
No suitable GPU found for tencent/Hunyuan-A13B-Instruct | 389.33 GB VRAM requirement
|
Traceback (most recent call last):
|
File "/tmp/Keye-VL-8B-Preview_0yPrrkq.py", line 12, in <module>
|
model = AutoModel.from_pretrained("Kwai-Keye/Keye-VL-8B-Preview", trust_remote_code=True)
|
File "/tmp/.cache/uv/environments-v2/f64622993fb28786/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 582, in from_pretrained
|
model_class = get_class_from_dynamic_module(
|
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs
|
)
|
File "/tmp/.cache/uv/environments-v2/f64622993fb28786/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 570, in get_class_from_dynamic_module
|
final_module = get_cached_module_file(
|
repo_id,
|
...<8 lines>...
|
repo_type=repo_type,
|
)
|
File "/tmp/.cache/uv/environments-v2/f64622993fb28786/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 393, in get_cached_module_file
|
modules_needed = check_imports(resolved_module_file)
|
File "/tmp/.cache/uv/environments-v2/f64622993fb28786/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 225, in check_imports
|
raise ImportError(
|
...<2 lines>...
|
)
|
ImportError: This modeling file requires the following packages that were not found in your environment: einops. Run `pip install einops`
|
Traceback (most recent call last):
|
File "/tmp/LiquidAI_LFM2-VL-1.6B_0TTy1yr.py", line 13, in <module>
|
pipe = pipeline("image-text-to-text", model="LiquidAI/LFM2-VL-1.6B", trust_remote_code=True)
|
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1178, in pipeline
|
raise e
|
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1169, in pipeline
|
processor = AutoProcessor.from_pretrained(processor, _from_pipeline=task, **hub_kwargs, **model_kwargs)
|
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/models/auto/processing_auto.py", line 376, in from_pretrained
|
processor_class = get_class_from_dynamic_module(
|
processor_auto_map, pretrained_model_name_or_path, **kwargs
|
)
|
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 570, in get_class_from_dynamic_module
|
final_module = get_cached_module_file(
|
repo_id,
|
...<8 lines>...
|
repo_type=repo_type,
|
)
|
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 393, in get_cached_module_file
|
modules_needed = check_imports(resolved_module_file)
|
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 225, in check_imports
|
raise ImportError(
|
...<2 lines>...
|
)
|
ImportError: This modeling file requires the following packages that were not found in your environment: PIL. Run `pip install PIL`
|
Everything was good in LiquidAI_LFM2-VL-1.6B_1.txt
|
Traceback (most recent call last):
|
File "/tmp/LiquidAI_LFM2-VL-450M_0s7Cbtk.py", line 13, in <module>
|
pipe = pipeline("image-text-to-text", model="LiquidAI/LFM2-VL-450M", trust_remote_code=True)
|
File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1178, in pipeline
|
raise e
|
File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1169, in pipeline
|
processor = AutoProcessor.from_pretrained(processor, _from_pipeline=task, **hub_kwargs, **model_kwargs)
|
File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/models/auto/processing_auto.py", line 376, in from_pretrained
|
processor_class = get_class_from_dynamic_module(
|
processor_auto_map, pretrained_model_name_or_path, **kwargs
|
)
|
File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 570, in get_class_from_dynamic_module
|
final_module = get_cached_module_file(
|
repo_id,
|
...<8 lines>...
|
repo_type=repo_type,
|
)
|
File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 393, in get_cached_module_file
|
modules_needed = check_imports(resolved_module_file)
|
File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 225, in check_imports
|
raise ImportError(
|
...<2 lines>...
|
)
|
ImportError: This modeling file requires the following packages that were not found in your environment: PIL. Run `pip install PIL`
|
Everything was good in LiquidAI_LFM2-VL-450M_1.txt
|
No suitable GPU found for MiniMaxAI/MiniMax-M1-80k | 1104.39 GB VRAM requirement
|
No suitable GPU found for MiniMaxAI/MiniMax-M1-80k | 1104.39 GB VRAM requirement
|
No suitable GPU found for MiniMaxAI/MiniMax-M1-80k | 1104.39 GB VRAM requirement
|
No suitable GPU found for MiniMaxAI/MiniMax-M1-80k | 1104.39 GB VRAM requirement
|
Traceback (most recent call last):
|
File "/tmp/Ovis-U1-3B_0oX9ju5.py", line 12, in <module>
|
model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis-U1-3B", trust_remote_code=True)
|
File "/tmp/.cache/uv/environments-v2/1f869e61c4b2560b/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 547, in from_pretrained
|
config, kwargs = AutoConfig.from_pretrained(
|
~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
pretrained_model_name_or_path,
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
...<4 lines>...
|
**kwargs,
|
^^^^^^^^^
|
)
|
^
|
File "/tmp/.cache/uv/environments-v2/1f869e61c4b2560b/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1211, in from_pretrained
|
config_class = get_class_from_dynamic_module(
|
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **kwargs
|
)
|
File "/tmp/.cache/uv/environments-v2/1f869e61c4b2560b/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 570, in get_class_from_dynamic_module
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.