Support for Images files present locally

#92
by bigopot420 - opened

Does Llama-3.2-11B-Vision-Instruct support image files, like we use base64 encoded images (uploaded from a local directory) in Llama-3.2-11B-Vision, or it just supports passing the image URL?
I tried passing it, but I got this error:

huggingface_hub.errors.HfHubHTTPError: 422 Client Error: Unprocessable Entity for url: https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-11B-Vision-Instruct/v1/chat/completions (Request ID: xyz)

Input validation error: invalid image content: A:/img_path/Addidas_Box_White.png

Sign up or log in to comment