There is an issue with AutoProcessor

#6
by Tech-Meld - opened

when we run the provided demo code for this model we get this error:
PS C:\Users\HX\Documents\Projets\Maestro> & C:/Users/HX/AppData/Local/Microsoft/WindowsApps/python3.12.exe c:/Users/HX/Documents/Projets/Maestro/test.py
Traceback (most recent call last):
File "c:\Users\HX\Documents\Projets\Maestro\test.py", line 12, in
processor = AutoProcessor.from_pretrained("HuggingFaceTB/SmolVLM-256M-Instruct")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HX\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\transformers\models\auto\processing_auto.py", line 349, in from_pretrained
raise ValueError(
ValueError: Unrecognized processing class in HuggingFaceTB/SmolVLM-256M-Instruct. Can't instantiate a processor, a tokenizer, an image processor or a feature extractor for this model. Make sure the repository contains the files of at least one of those processing classes.

Is this issue resolved? If yes, can you please share how did you resolve it?

Hugging Face TB Research org

What version of transformers are you using? I don't have this error

Sign up or log in to comment