kyutai/scripts
Pierre-Hugues Husson 26b048ed44 Fix stt_from_file_pytorch
1. argparse declares in_file, but code reads file
2. text_tokens.numpy().tolist() is a list of list of list of int
instead of the supported list of list of int.
this is a debugging print just drop it
2025-07-03 15:17:52 +02:00
..
stt_evaluate_on_dataset.py Shorter names for STT scripts (#30) 2025-07-02 18:21:42 +02:00
stt_from_file_pytorch.py Fix stt_from_file_pytorch 2025-07-03 15:17:52 +02:00
stt_from_file_rust_server.py Shorter names for STT scripts (#30) 2025-07-02 18:21:42 +02:00
stt_from_file_with_prompt_pytorch.py Streaming output for the pytorch tts example. (#33) 2025-07-03 11:05:06 +02:00
stt_from_mic_mlx.py Shorter names for STT scripts (#30) 2025-07-02 18:21:42 +02:00
stt_from_mic_rust_server.py Shorter names for STT scripts (#30) 2025-07-02 18:21:42 +02:00
tts_mlx.py Pin the moshi_mlx version. (#35) 2025-07-03 09:53:53 +02:00
tts_pytorch.py Some updates to the colab and script (#38) 2025-07-03 15:06:37 +02:00
tts_rust_server.py Add Rust server usage example (#32) 2025-07-03 09:47:50 +02:00