Commit Graph

7 Commits

Author SHA1 Message Date
Haixuan Xavier Tao
8a5ec4c228
Use inferred word as print instead of previous word
Currently the word that is printed at time t is the one from the previous iteration making it just one iteration slow. 

This should fix it although I'm not exactly sure why it used to be as is before.
2025-07-16 14:52:33 +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