MobileCLIP models S1 and S2 (#2454)

* Allow loading images with given std and mean

* OpenCLIP text encoder component

* Two MobileCLIP models

* Clippy fixes.

---------

Co-authored-by: Laurent <laurent.mazare@gmail.com>
This commit is contained in:
Jani Monoses
2024-08-29 16:38:58 +03:00
committed by GitHub
parent 29e25c458d
commit 86613c00e2
8 changed files with 608 additions and 10 deletions

View File

@ -0,0 +1 @@
pub mod text_model;