From 236b29ff1555db82fdb78c1be8741c0ac37859d1 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Mon, 19 Aug 2024 07:59:51 +0100 Subject: Add the DAC model. (#2433) * Add the DAC model. * More quantization support. * Handle DAC decoding. * Plug the DAC decoding in parler-tts. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 06859efb..38a7d504 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ candle-wasm-examples/**/config*.json .idea/* __pycache__ out.safetensors +out.wav -- cgit v1.2.3