Add Mobilenet v4 (#2325)

* Support different resolutions in load_image()

* Added MobilenetV4 model.

* Add MobileNetv4 to README
This commit is contained in:
Jani Monoses
2024-07-09 14:52:20 +03:00
committed by GitHub
parent 25960676ca
commit a226a9736b
6 changed files with 939 additions and 18 deletions

View File

@ -28,6 +28,7 @@ pub mod metavoice;
pub mod mistral;
pub mod mixformer;
pub mod mixtral;
pub mod mobilenetv4;
pub mod mobileone;
pub mod moondream;
pub mod mpt;