mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 04:10:46 +00:00
13 lines
226 B
Rust
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;
|