Skip to content

Instantly share code, notes, and snippets.

View sayan1999's full-sized avatar
🎯
Focusing

Sayan Dey sayan1999

🎯
Focusing
View GitHub Profile
"""
Thin subclasses of the Chatterbox TTS models with partial FP16 quantization.
t3 + ve β†’ FP16 (autoregressive transformer tolerates half precision)
s3gen β†’ FP32 (flow matching + HiFiGAN vocoder β€” kept full precision for audio quality)
"""
import torch
from chatterbox.tts_turbo import ChatterboxTurboTTS as _Turbo
@sayan1999
sayan1999 / .bashrc
Last active February 8, 2021 07:31
Linux Command Completion Status Notifier on Discord Channel
# put the snippet in your .bashrc or .zshrc (or the shell you prefer to use)
# and call it like ```notifire <command>```
# ```notifire sleep 5```
notifire()
{
"$@"
ret=$?
@sayan1999
sayan1999 / word_seq2seq-extended.ipynb
Created August 30, 2020 05:59
word_seq2seq-extended.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.