Skip to content

Async streamer#195

Open
huseinzol05 wants to merge 3 commits intohuggingface:mainfrom
mesolitica:main
Open

Async streamer#195
huseinzol05 wants to merge 3 commits intohuggingface:mainfrom
mesolitica:main

Conversation

@huseinzol05
Copy link
Copy Markdown

  1. Create simple async streamer for overlap computations to serve concurrency, https://github.com/mesolitica/async-parler-tts/blob/main/parler_tts/streamer.py#L150
  2. Slice token_cache during streaming to save computation, https://github.com/mesolitica/async-parler-tts/blob/main/parler_tts/streamer.py#L273
  3. Add decode parameter for generation to skip dac decode to save computation because we already done the decode inside streamer, https://github.com/mesolitica/async-parler-tts/blob/main/parler_tts/modeling_parler_tts.py#L3330
  4. Add async streaming README, https://github.com/mesolitica/async-parler-tts/blob/main/INFERENCE.md#async-streamer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant