mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +00:00
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.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ candle-wasm-examples/**/config*.json
|
||||
.DS_Store
|
||||
.idea/*
|
||||
__pycache__
|
||||
out.safetensors
|
||||
|
Reference in New Issue
Block a user