text stringlengths 5 175 |
|---|
Traceback (most recent call last): |
File "/tmp/AIDC-AI_Ovis-U1-3B_0yUVN72.py", line 12, in <module> |
model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis-U1-3B", trust_remote_code=True) |
File "/tmp/.cache/uv/environments-v2/9f65c55b2919a680/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/9f65c55b2919a680/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/9f65c55b2919a680/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/9f65c55b2919a680/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/9f65c55b2919a680/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/9f65c55b2919a680/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: flash_attn. Run `pip install flash_attn` |
Traceback (most recent call last): |
File "/tmp/Kwai-Keye_Keye-VL-8B-Preview_0RFBQ97.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/4cd6d71c9d71b54e/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/4cd6d71c9d71b54e/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/4cd6d71c9d71b54e/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/4cd6d71c9d71b54e/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/jinaai_jina-embeddings-v4_0y5WZtL.py", line 12, in <module> |
model = AutoModel.from_pretrained("jinaai/jina-embeddings-v4", trust_remote_code=True) |
File "/tmp/.cache/uv/environments-v2/9e33fe65019e2854/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/9e33fe65019e2854/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/9e33fe65019e2854/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/9e33fe65019e2854/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, peft. Run `pip install PIL peft` |
Traceback (most recent call last): |
File "/tmp/nvidia_llama-nemoretriever-colembed-3b-v1_0THMNbi.py", line 12, in <module> |
model = AutoModel.from_pretrained("nvidia/llama-nemoretriever-colembed-3b-v1", trust_remote_code=True) |
File "/tmp/.cache/uv/environments-v2/ec51b2f77cd97de0/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/ec51b2f77cd97de0/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/ec51b2f77cd97de0/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, |
End of preview. Expand
in Data Studio
No dataset card yet
- Downloads last month
- 6