mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Encodec model. (#1771)
* Encodec model. * Fixes. * Add the padding functions. * Get the LSTM bit to work. * Get the encodec model to generate some tokens (decoder only for now). * Minor tweak. * Minor tweak.
This commit is contained in:
@ -8,6 +8,7 @@ pub mod convnext;
|
||||
pub mod dinov2;
|
||||
pub mod distilbert;
|
||||
pub mod efficientnet;
|
||||
pub mod encodec;
|
||||
pub mod falcon;
|
||||
pub mod gemma;
|
||||
pub mod jina_bert;
|
||||
|
Reference in New Issue
Block a user