mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 12:20:46 +00:00

* Add the Yi-6b model. * Add the 34b model. * Add the yi example. * Fix the weight file names.
39 lines
746 B
Rust
39 lines
746 B
Rust
pub mod bert;
|
|
pub mod bigcode;
|
|
pub mod blip;
|
|
pub mod blip_text;
|
|
pub mod convmixer;
|
|
pub mod dinov2;
|
|
pub mod efficientnet;
|
|
pub mod falcon;
|
|
pub mod jina_bert;
|
|
pub mod llama;
|
|
pub mod llama2_c;
|
|
pub mod llama2_c_weights;
|
|
pub mod marian;
|
|
pub mod mistral;
|
|
pub mod mixformer;
|
|
pub mod mpt;
|
|
pub mod persimmon;
|
|
pub mod quantized_blip;
|
|
pub mod quantized_blip_text;
|
|
pub mod quantized_llama;
|
|
pub mod quantized_llama2_c;
|
|
pub mod quantized_mistral;
|
|
pub mod quantized_mixformer;
|
|
pub mod quantized_mpt;
|
|
pub mod quantized_stable_lm;
|
|
pub mod quantized_t5;
|
|
pub mod resnet;
|
|
pub mod segment_anything;
|
|
pub mod stable_diffusion;
|
|
pub mod stable_lm;
|
|
pub mod t5;
|
|
pub mod trocr;
|
|
pub mod vgg;
|
|
pub mod vit;
|
|
pub mod whisper;
|
|
pub mod with_tracing;
|
|
pub mod wuerstchen;
|
|
pub mod yi;
|