text
stringlengths
0
3.84k
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<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
final_module = get_cached_module_file(
repo_id,
...<8 lines>...
repo_type=repo_type,
)
File "/tmp/.cache/uv/environments-v2/1f869e61c4b2560b/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/1f869e61c4b2560b/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/1f869e61c4b2560b/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`
Traceback (most recent call last):
File "/tmp/PaddlePaddle_PaddleOCR-VL_0b9yxnh.py", line 15, in <module>
from paddleocr import PaddleOCRVL
ModuleNotFoundError: No module named 'paddleocr'
Traceback (most recent call last):
File "/tmp/PerceptronAI_Isaac-0.1_0fpPPdZ.py", line 16, in <module>
pipe = pipeline("text-generation", model="PerceptronAI/Isaac-0.1", trust_remote_code=True)
File "/tmp/.cache/uv/environments-v2/b8a9880c6678d1a4/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
config = AutoConfig.from_pretrained(
model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs
)
File "/tmp/.cache/uv/environments-v2/b8a9880c6678d1a4/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1302, 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/b8a9880c6678d1a4/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 569, 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/b8a9880c6678d1a4/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 392, in get_cached_module_file
modules_needed = check_imports(resolved_module_file)
File "/tmp/.cache/uv/environments-v2/b8a9880c6678d1a4/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 224, in check_imports
raise ImportError(
...<2 lines>...
)
ImportError: This modeling file requires the following packages that were not found in your environment: perceptron. Run `pip install perceptron`
Traceback (most recent call last):
File "/tmp/PerceptronAI_Isaac-0.1_1ydRBeC.py", line 15, in <module>
model = AutoModelForCausalLM.from_pretrained("PerceptronAI/Isaac-0.1", trust_remote_code=True, torch_dtype="auto")
File "/tmp/.cache/uv/environments-v2/ea6fc86d68164277/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 549, in from_pretrained
config, kwargs = AutoConfig.from_pretrained(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
pretrained_model_name_or_path,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
)
^
File "/tmp/.cache/uv/environments-v2/ea6fc86d68164277/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1302, 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/ea6fc86d68164277/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 569, 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/ea6fc86d68164277/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 392, in get_cached_module_file
modules_needed = check_imports(resolved_module_file)
File "/tmp/.cache/uv/environments-v2/ea6fc86d68164277/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 224, in check_imports
raise ImportError(
...<2 lines>...
)
ImportError: This modeling file requires the following packages that were not found in your environment: perceptron. Run `pip install perceptron`
No suitable GPU found for PowerInfer/SmallThinker-21BA3B-Instruct | 52.08 GB VRAM requirement
No suitable GPU found for PowerInfer/SmallThinker-21BA3B-Instruct | 52.08 GB VRAM requirement
Traceback (most recent call last):
File "/tmp/PowerInfer_SmallThinker-4BA0.6B-Instruct_0h8eINI.py", line 13, in <module>
pipe = pipeline("text-generation", model="PowerInfer/SmallThinker-4BA0.6B-Instruct", trust_remote_code=True)
File "/tmp/.cache/uv/environments-v2/7e8796ae6da29274/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1008, in pipeline
framework, model = infer_framework_load_model(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
adapter_path if adapter_path is not None else model,