Streaming output for the pytorch tts example. (#33)

* Streaming output for the pytorch tts example.

* Run the pre-commit hooks.
This commit is contained in:
Laurent Mazare
2025-07-03 11:05:06 +02:00
committed by GitHub
parent d3bed09f9a
commit 5f8e924176
3 changed files with 55 additions and 72 deletions

View File

@@ -1,7 +1,6 @@
"""An example script that illustrates how one can prompt Kyutai STT models."""
import argparse
import dataclasses
import itertools
import math
from collections import deque