mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Add the DAC model. (#2433)
* Add the DAC model. * More quantization support. * Handle DAC decoding. * Plug the DAC decoding in parler-tts.
This commit is contained in:
@ -9,6 +9,7 @@ pub mod clip;
|
||||
pub mod codegeex4_9b;
|
||||
pub mod convmixer;
|
||||
pub mod convnext;
|
||||
pub mod dac;
|
||||
pub mod depth_anything_v2;
|
||||
pub mod dinov2;
|
||||
pub mod dinov2reg4;
|
||||
|
Reference in New Issue
Block a user