| Traceback (most recent call last): | |
| File "/tmp/InternRobotics_F1-VLA_0t77bRQ.py", line 12, in <module> | |
| model = AutoModel.from_pretrained("InternRobotics/F1-VLA", trust_remote_code=True, torch_dtype="auto") | |
| File "/tmp/.cache/uv/environments-v2/ae7118f8ea02faea/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/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. | |