summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-08-18 19:42:08 +0100
committerGitHub <noreply@github.com>2024-08-18 20:42:08 +0200
commit58197e189657b6587a254882abdb232e83e86848 (patch)
tree01dbed067341d47e933b821a1b33100524611a50 /.gitignore
parent736d8eb7521dd48e777827848f2b9ed8a7473571 (diff)
downloadcandle-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
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