diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-09-20 14:31:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 14:31:20 -0600 |
commit | c58c5d5b01b1457997ac68b3a873b64ca98afcb6 (patch) | |
tree | 661ead8f3d8fe70c7a55170899f2f97f6c02f132 /.gitignore | |
parent | 382c6b51af46f3906a191435d198f404f66de95e (diff) | |
download | candle-c58c5d5b01b1457997ac68b3a873b64ca98afcb6.tar.gz candle-c58c5d5b01b1457997ac68b3a873b64ca98afcb6.tar.bz2 candle-c58c5d5b01b1457997ac68b3a873b64ca98afcb6.zip |
Add the mimi audio-tokenizer. (#2488)
* Add the mimi audio-tokenizer.
* Formatting tweaks.
* Add a full example.
* Use the transformers names.
* More renamings.
* Get encoding and decoding to work.
* Clippy fixes.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,3 +43,6 @@ candle-wasm-examples/**/config*.json __pycache__ out.safetensors out.wav +bria.mp3 +bria.safetensors +bria.wav |