mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
parler-tts support (#2431)
* Start sketching parler-tts support. * Implement the attention. * Add the example code. * Fix the example. * Add the description + t5 encode it. * More of the parler forward pass. * Fix the positional embeddings. * Support random sampling in generation. * Handle EOS. * Add the python decoder. * Proper causality mask.
This commit is contained in:
@ -40,6 +40,7 @@ pub mod mobileone;
|
||||
pub mod moondream;
|
||||
pub mod mpt;
|
||||
pub mod olmo;
|
||||
pub mod parler_tts;
|
||||
pub mod persimmon;
|
||||
pub mod phi;
|
||||
pub mod phi3;
|
||||
|
Reference in New Issue
Block a user