From 1e7792bd2e5c9cbae84cd2e2fefa2ffb79e9e590 Mon Sep 17 00:00:00 2001 From: sharath Date: Thu, 19 Mar 2026 21:26:57 +0000 Subject: [PATCH 1/4] streaming support --- README.md | 136 ++++++++++++--- tada/modules/__init__.py | 4 +- tada/modules/decoder.py | 365 +++++++++++++++++++++++++++++++++++++++ tada/modules/encoder.py | 127 ++++++++++++++ tada/modules/tada.py | 109 ++++++++++-- 5 files changed, 705 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 6125a7a..a4e8463 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@