CoolFace
Datasetpublic

model-metadata/custom_code_execution_files

sourceHugging Faceupdated 11mo agoView on Hugging Face
1likes3.9kdownloads
tencent_POINTS-Reader_1.txt21 linesDownload Raw Back to root
1Traceback (most recent call last):2  File "/tmp/tencent_POINTS-Reader_1bZPhuX.py", line 12, in <module>3    model = AutoModelForCausalLM.from_pretrained("tencent/POINTS-Reader", trust_remote_code=True, torch_dtype="auto")4  File "/tmp/.cache/uv/environments-v2/af8a44d08b0f1a72/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 586, in from_pretrained5    model_class = get_class_from_dynamic_module(6        class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs7    )8  File "/tmp/.cache/uv/environments-v2/af8a44d08b0f1a72/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 569, in get_class_from_dynamic_module9    final_module = get_cached_module_file(10        repo_id,11    ...<8 lines>...12        repo_type=repo_type,13    )14  File "/tmp/.cache/uv/environments-v2/af8a44d08b0f1a72/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 392, in get_cached_module_file15    modules_needed = check_imports(resolved_module_file)16  File "/tmp/.cache/uv/environments-v2/af8a44d08b0f1a72/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 224, in check_imports17    raise ImportError(18    ...<2 lines>...19    )20ImportError: This modeling file requires the following packages that were not found in your environment: PIL. Run `pip install PIL`21