diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-08-18 19:42:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-18 20:42:08 +0200 |
commit | 58197e189657b6587a254882abdb232e83e86848 (patch) | |
tree | 01dbed067341d47e933b821a1b33100524611a50 /.gitignore | |
parent | 736d8eb7521dd48e777827848f2b9ed8a7473571 (diff) | |
download | candle-58197e189657b6587a254882abdb232e83e86848.tar.gz candle-58197e189657b6587a254882abdb232e83e86848.tar.bz2 candle-58197e189657b6587a254882abdb232e83e86848.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,3 +41,4 @@ candle-wasm-examples/**/config*.json .DS_Store .idea/* __pycache__ +out.safetensors |