From 58197e189657b6587a254882abdb232e83e86848 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Sun, 18 Aug 2024 19:42:08 +0100 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 50036de7..06859efb 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ candle-wasm-examples/**/config*.json .DS_Store .idea/* __pycache__ +out.safetensors -- cgit v1.2.3