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:
Laurent Mazare
2024-08-19 07:59:51 +01:00
committed by GitHub
parent 58197e1896
commit 236b29ff15
7 changed files with 404 additions and 8 deletions

View File

@ -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;