mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 04:00:28 +00:00

* add mmdit of stable diffusion 3 lint add comments * correct a misplaced comment * fix cargo fmt * fix clippy error * use bail! instead of assert! * use get_on_dim in splitting qkv
5 lines
71 B
Rust
5 lines
71 B
Rust
pub mod blocks;
|
|
pub mod embedding;
|
|
pub mod model;
|
|
pub mod projections;
|