Add Nvembed v2 model (#2649)

* Update mod.rs

* Create mod.rs

* Create decoder.rs

* Create model.rs

* Create main.rs

* Create README.md

* Update README.md

* Update main.rs

* Update and rename decoder.rs to embedding.rs

* Update mod.rs

* Update model.rs
This commit is contained in:
cdoko
2024-12-03 05:56:01 -04:00
committed by GitHub
parent 6f715f9256
commit 145aa7193c
6 changed files with 803 additions and 0 deletions

View File

@ -62,6 +62,7 @@ pub mod mobilenetv4;
pub mod mobileone;
pub mod moondream;
pub mod mpt;
pub mod nvembed_v2;
pub mod olmo;
pub mod openclip;
pub mod paligemma;