You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
MeloTTS adds Japanese support and optimizes audio quality. English MeloTTS models for en-default and en-us are added, along with the Japanese MeloTTS model for ja-jp.
Whisper adds the small model. The tiny base model is updated to optimize the recognition accuracy for English and Japanese.
VLM adds smolvlm-256M and smolvlm-500M models.
LLM adds the qwen3-0.6b model.
ModuleLLM-OpenAI-Plugin optimizes STT and TTS APIs.
A benchmark test is added.
Pzmq adds pzmq_data message type.
StackFlow changes the message passing type.
LLM-YOLO, LLM-LLM, and LLM-VLM switch to asynchronous inference to optimize inference latency.