Commit History

feat: enhance continuous stream. and preproc.
4e24bde

pltobing commited on

docs: enhance README and docstrings
c230207

pltobing commited on

feat: add standalone text processors of Qwen3-TTS
58a6a37

pltobing commited on

docs: add examples from the latest commit on cont. stream.
ecbe102

pltobing commited on

feat: improve the last chunk with dynamic codec
6c8db5a

pltobing commited on

docs: update README following latest update on cont. stream.
91df59b

pltobing commited on

feat: further improve the handling of cont. stream
4d53432

pltobing commited on

feat: revise handling of generated wav for spk-emb
08c67e2

pltobing commited on

docs: update README on the continuous streaming
d0db6ba

pltobing commited on

feat: test script to support list of texts
b74866c

pltobing commited on

docs: add example for the last commits on the continuous streaming
03f0bb0

pltobing commited on

feat: revised the continuous streaming to work
b5ac9cc

pltobing commited on

docs: add examples from the last commit on cont. stream.
d170c8b

pltobing commited on

fix: remove prefill append and use reset_turn
baad676

pltobing commited on

feat: continuous streaming w/ list of string chunks
5773b24

pltobing commited on

fix: bug missing text_eos_id when text ends
5cc054f

pltobing commited on

docs: add an example from the last commit on the remaining .onnx files
70d0103

pltobing commited on

docs: enhance README and docstrings
1a38298

pltobing commited on

refactor: talker, local, lm_head, codec decoder dynamic_axes
a4e2391

pltobing commited on

docs: add example from the last commit on codec decoder fix
d1075c5

pltobing commited on

docs: update README related to codec decoder changes
6c84742

pltobing commited on

fix: codec decoder input structure and bugs
f8a6b67

pltobing commited on

docs: add example from the last commit
267344b

pltobing commited on

docs: update README regarding model args.
fd69004

pltobing commited on

fix: local talker & talker input structure
d4e8429

pltobing commited on

docs: add an example output for CUDA graph run
6e309ad

pltobing commited on

fix: bind all inputs for codec decoder
5f75b85

pltobing commited on

fix: bind all inputs for all talker & local
9fab525

pltobing commited on

fix: batched_local_lm_head for CUDA graph
8252138

pltobing commited on

fix: replace `repeat_interleave` GQA talker local
e546123

pltobing commited on

fix: replace `repeat_interleave` on GQA talker
f0f8d56

pltobing commited on

fix: dtype of `inv_freq` to float32 in the init.
e320535

pltobing commited on

fix: make cos and sin for rope as input for talker
6797f9f

pltobing commited on

fix: make attention_mask as input for talker
622b7a5

pltobing commited on

fix: onnxruntime install with gpu
2b69d7e

pltobing commited on

docs: add example output after two previous commits
fbcd687

pltobing commited on

refactor: use one .onnx model for local talker
f18f2db

pltobing commited on

refactor: use one .onnx model for talker
724c4f8

pltobing commited on

docs: add cpu example from cuda graph compat. that includes codec decoder
1a1edb3

pltobing commited on

feat: modify codec decoder for cuda graph compat.
4ddf9d1

pltobing commited on

docs: add cpu example from refactored cuda graph compat.
d8190e5

pltobing commited on

refactor: CUDA graph compatibility with IOBinding
1741312

pltobing commited on

docs: remove bugged example
ad4acee

pltobing commited on

docs: remove bugged example & add the correct ones
4d5b6b0

pltobing commited on

fix: mel-spec compute bugs causes wrong identity
4915823

pltobing commited on

feat: add n_iter, codec_decoder, latency log warm-up
8370970

pltobing commited on

feat: add warmup and latency stats
46dd791

pltobing commited on

revert: default language and text due to testing
8ae9376

pltobing commited on

style: format log datetime with ms including to enable with google collab handler
362832f

pltobing commited on

chore: remove unnecessary example args.
53a63ad

pltobing commited on