text stringlengths 0 3.84k |
|---|
~~~~~~~~~~~~~~~~~~~~~~~~~~^ |
pretrained_model_name_or_path, |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
...<4 lines>... |
**kwargs, |
^^^^^^^^^ |
) |
^ |
File "/tmp/.cache/uv/environments-v2/ae7118f8ea02faea/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/ae7118f8ea02faea/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/ae7118f8ea02faea/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 371, in get_cached_module_file |
resolved_module_file = cached_file( |
pretrained_model_name_or_path, |
...<9 lines>... |
_commit_hash=_commit_hash, |
) |
File "/tmp/.cache/uv/environments-v2/ae7118f8ea02faea/lib/python3.13/site-packages/transformers/utils/hub.py", line 321, in cached_file |
file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) |
File "/tmp/.cache/uv/environments-v2/ae7118f8ea02faea/lib/python3.13/site-packages/transformers/utils/hub.py", line 582, in cached_files |
raise OSError( |
...<2 lines>... |
) |
OSError: InternRobotics/F1-VLA does not appear to have a file named configuration_mwm.py. Checkout 'https://huggingface.co/InternRobotics/F1-VLA/tree/main' for available files. |
Traceback (most recent call last): |
File "/tmp/InternRobotics_VLAC_0gp4Ver.py", line 15, in <module> |
model = AutoModel.from_pretrained("InternRobotics/VLAC", trust_remote_code=True, torch_dtype="auto") |
File "/tmp/.cache/uv/environments-v2/c49290f3fbdea1ed/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 586, 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/c49290f3fbdea1ed/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/c49290f3fbdea1ed/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 432, 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/c49290f3fbdea1ed/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/c49290f3fbdea1ed/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: einops, timm. Run `pip install einops timm` |
Traceback (most recent call last): |
File "/tmp/KORMo-Team_KORMo-10B-base_0wLUfSi.py", line 16, in <module> |
pipe = pipeline("text-generation", model="KORMo-Team/KORMo-10B-base", trust_remote_code=True) |
File "/tmp/.cache/uv/environments-v2/12293c1dc5f8e3d3/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1078, in pipeline |
raise e |
File "/tmp/.cache/uv/environments-v2/12293c1dc5f8e3d3/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1073, in pipeline |
tokenizer = AutoTokenizer.from_pretrained( |
tokenizer_identifier, use_fast=use_fast, _from_pipeline=task, **hub_kwargs, **tokenizer_kwargs |
) |
File "/tmp/.cache/uv/environments-v2/12293c1dc5f8e3d3/lib/python3.13/site-packages/transformers/models/auto/tokenization_auto.py", line 1169, in from_pretrained |
raise ValueError( |
...<2 lines>... |
) |
ValueError: Unrecognized configuration class <class 'transformers_modules.KORMo_hyphen_Team.KORMo_hyphen_10B_hyphen_base.ee04bff6d21fad21be21f4ebd5d7baa51a2315ce._configuration_kormo.KORMoConfig'> to build an AutoTokenizer. |
Model type should be one of Aimv2Config, AlbertConfig, AlignConfig, ArceeConfig, AriaConfig, AyaVisionConfig, BarkConfig, BartConfig, BertConfig, BertGenerationConfig, BigBirdConfig, BigBirdPegasusConfig, BioGptConfig, BitNetConfig, BlenderbotConfig, BlenderbotSmallConfig, BlipConfig, Blip2Config, BloomConfig, BltConfi... |
Everything was good in KORMo-Team_KORMo-10B-base_1.txt |
Everything was good in KORMo-Team_KORMo-10B-sft_0.txt |
Everything was good in KORMo-Team_KORMo-10B-sft_1.txt |
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): |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.