From c58c5d5b01b1457997ac68b3a873b64ca98afcb6 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Fri, 20 Sep 2024 14:31:20 -0600 Subject: 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 38a7d504..4dfbcc16 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ candle-wasm-examples/**/config*.json __pycache__ out.safetensors out.wav +bria.mp3 +bria.safetensors +bria.wav -- cgit v1.2.3