You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was unable to use clip-vit-base-patch16 as there is no deserialization available for the CLIP Configuration. The only model that can be used is clip-vit-base-patch-32. In PR #2527 I have added the ability to get any model using the model_id.
I was unable to use clip-vit-base-patch16 as there is no deserialization available for the CLIP Configuration. The only model that can be used is clip-vit-base-patch-32. In PR #2527 I have added the ability to get any model using the model_id.
candle/candle-transformers/src/models/clip/mod.rs
Lines 69 to 75 in 2f49e1b
The text was updated successfully, but these errors were encountered: