Important
Collection
4 items
•
Updated
text
stringlengths 0
675
|
---|
Traceback (most recent call last):
|
File "/tmp/AIDC-AI_Ovis-U1-3B_0SQzfd7.py", line 12, in <module>
|
model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis-U1-3B", trust_remote_code=True)
|
File "/tmp/.cache/uv/environments-v2/0135017f122350aa/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/0135017f122350aa/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/0135017f122350aa/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/0135017f122350aa/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 433, in get_cached_module_file
|
get_cached_module_file(
|
~~~~~~~~~~~~~~~~~~~~~~^
|
pretrained_model_name_or_path,
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
...<8 lines>...
|
_commit_hash=commit_hash,
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
)
|
^
|
File "/tmp/.cache/uv/environments-v2/0135017f122350aa/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/0135017f122350aa/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, diffusers, einops, torchvision. Run `pip install PIL diffusers einops torchvision`
|
Everything was good in Chain-GPT_Solidity-LLM_0.txt
|
Everything was good in Chain-GPT_Solidity-LLM_1.txt
|
No suitable GPU found for deepseek-ai/DeepSeek-R1-0528 | 1657.55 GB VRAM requirement
|
No suitable GPU found for deepseek-ai/DeepSeek-R1-0528 | 1657.55 GB VRAM requirement
|
No suitable GPU found for deepseek-ai/DeepSeek-R1 | 1657.55 GB VRAM requirement
|
No suitable GPU found for deepseek-ai/DeepSeek-R1 | 1657.55 GB VRAM requirement
|
No suitable GPU found for tngtech/DeepSeek-TNG-R1T2-Chimera | 3315.10 GB VRAM requirement
|
No suitable GPU found for tngtech/DeepSeek-TNG-R1T2-Chimera | 3315.10 GB VRAM requirement
|
Traceback (most recent call last):
|
File "/tmp/ERNIE-4.5-0.3B-PT_0KLQwjq.py", line 17, in <module>
|
pipe(messages)
|
~~~~^^^^^^^^^^
|
File "/tmp/.cache/uv/environments-v2/61531d63445076a1/lib/python3.13/site-packages/transformers/pipelines/text_generation.py", line 309, in __call__
|
return super().__call__(Chat(text_inputs), **kwargs)
|
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "/tmp/.cache/uv/environments-v2/61531d63445076a1/lib/python3.13/site-packages/transformers/pipelines/base.py", line 1464, in __call__
|
return self.run_single(inputs, preprocess_params, forward_params, postprocess_params)
|
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "/tmp/.cache/uv/environments-v2/61531d63445076a1/lib/python3.13/site-packages/transformers/pipelines/base.py", line 1470, in run_single
|
model_inputs = self.preprocess(inputs, **preprocess_params)
|
File "/tmp/.cache/uv/environments-v2/61531d63445076a1/lib/python3.13/site-packages/transformers/pipelines/text_generation.py", line 345, in preprocess
|
inputs = self.tokenizer.apply_chat_template(
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
AttributeError: 'NoneType' object has no attribute 'apply_chat_template'
|
Everything was good in ERNIE-4.5-0.3B-PT_1
|
No suitable GPU found for baidu/ERNIE-4.5-21B-A3B-PT | 53.15 GB VRAM requirement
|
No suitable GPU found for baidu/ERNIE-4.5-21B-A3B-PT | 53.15 GB VRAM requirement
|
No suitable GPU found for baidu/ERNIE-4.5-VL-424B-A47B-Base-PT | 1025.54 GB VRAM requirement
|
No suitable GPU found for baidu/ERNIE-4.5-VL-424B-A47B-Base-PT | 1025.54 GB VRAM requirement
|
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`
|
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 dataset card yet