8 Commits

Author SHA1 Message Date
Laurent Mazare
f4016a8844 Clippy fix. (#122) 2025-08-25 09:33:07 +02:00
Bai Li
7d1e4b703a Add quantization support and GGUF loading to standalone STT Rust script (#120)
* scripts to int8 quantize the thing

* target bf16 to uint8, 2x reduction

* able to load the model

* quantized working

* remove unused scripts

* conditional init depending on quantized
2025-08-25 09:28:48 +02:00
Jean-Jerome Levy
4985940aad fix: update hf-hub dependency to 0.4.3 to resolve URL parsing error (#21)
- Fixes RelativeUrlWithoutBase error when downloading models from fresh cache
- Resolves issue with kyutai/stt-1b-en_fr-candle model download
- Ensures proper URL handling in Hugging Face Hub interactions
2025-06-27 13:18:27 +02:00
laurent
d7642ff1e9 Add a comment with the different time horizons. 2025-06-19 15:34:49 +02:00
laurent
d473deddaf Add a VAD example in the rust codebase. 2025-06-19 15:21:52 +02:00
laurent
35c4ea47d8 Use the audio prefix in the rust inference. 2025-06-19 10:12:03 +02:00
laurent
91fb68acc4 Add timestamps to the rust example. 2025-06-19 09:57:53 +02:00
laurent
e8de86bdab Add the rust standalone example. 2025-06-18 08:32:17 +02:00