Files
candle/candle-transformers/src/models/mod.rs
Laurent Mazare 286f01db14 Start adding the Wuerstchen diffusion pipeline (#843)
* Wuerstchen common bits.

* Add the prior layer.

* Start adding diffnext.
2023-09-14 10:56:07 +01:00

13 lines
226 B
Rust

pub mod bert;
pub mod bigcode;
pub mod dinov2;
pub mod efficientnet;
pub mod falcon;
pub mod llama;
pub mod quantized_llama;
pub mod segment_anything;
pub mod stable_diffusion;
pub mod t5;
pub mod whisper;
pub mod wuerstchen;