mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 19:18:50 +00:00
Add the blip image captioning model (#1140)
* Blip text model. * Blip vision bits. * Blippity. * More blip.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
pub mod bert;
|
||||
pub mod bigcode;
|
||||
pub mod blip;
|
||||
pub mod blip_text;
|
||||
pub mod convmixer;
|
||||
pub mod dinov2;
|
||||
pub mod efficientnet;
|
||||
|
Reference in New Issue
Block a user