mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
feat: intergrate chinese clip and add example (#2555)
* start to impl chinese clip * impl vision model * copy code from bert * refactor use * refactor use again * fix text model * refactor * try to fix text model * tuning * tuning chinese clip * delete useless code * revert code * Clippy fixes. * Also apply cargo fmt. --------- Co-authored-by: laurent <laurent.mazare@gmail.com>
This commit is contained in:
@ -5,6 +5,7 @@ pub mod bigcode;
|
||||
pub mod blip;
|
||||
pub mod blip_text;
|
||||
pub mod chatglm;
|
||||
pub mod chinese_clip;
|
||||
pub mod clip;
|
||||
pub mod codegeex4_9b;
|
||||
pub mod colpali;
|
||||
|
Reference in New Issue
Block a user