Getting key error

#1
by sudhir2016 - opened

This line of sample code gives error
image_classifier = pipeline(task="zero-shot-image-classification", model="google/siglip-base-patch16-256-i18n")
Error
KeyError: 'siglip'

Hi,

You'll need to install Transformers from source for now since the model is brand new.

See also the notebook.

Thanks @nielsr . It works now.

sudhir2016 changed discussion status to closed

Sign up or log in to comment