mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 19:18:50 +00:00
Extract T5 module and add main function to use it (#829)
* Extract t5 out of musicgen * Add main for t5 module
This commit is contained in:
@ -7,4 +7,5 @@ pub mod llama;
|
||||
pub mod quantized_llama;
|
||||
pub mod segment_anything;
|
||||
pub mod stable_diffusion;
|
||||
pub mod t5;
|
||||
pub mod whisper;
|
||||
|
Reference in New Issue
Block a user