kyutai/scripts
Pierre-Hugues HUSSON 3a4165a84f
Fix stt_from_file_pytorch (#39)
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

Co-authored-by: Pierre-Hugues Husson <phhusson@freebox.fr>
2025-07-03 15:26:34 +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 (#39) 2025-07-03 15:26:34 +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