feat: Add SGLang inference guide and fuse checkpoint script#77
Open
CloudRipple wants to merge 2 commits intoOpenMOSS:mainfrom
Open
feat: Add SGLang inference guide and fuse checkpoint script#77CloudRipple wants to merge 2 commits intoOpenMOSS:mainfrom
CloudRipple wants to merge 2 commits intoOpenMOSS:mainfrom
Conversation
gaoyang07
reviewed
Mar 12, 2026
gaoyang07
reviewed
Mar 12, 2026
Member
|
README 补一个 相比HF的速度提升吧,类似之前TTSD那个提升多少倍。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces support for an accelerated inference backend using SGLang and adds a new processor class for handling fused MOSS-TTS and MOSS-Audio-Tokenizer models. The documentation has been updated in both English and Chinese to reflect these enhancements, including detailed setup instructions and usage examples.
Documentation updates for SGLang backend:
README.mddescribing the SGLang backend for accelerated inference, including quick start instructions, request/response format, and notes on compilation behavior.README.mdto include the SGLang backend section.README_zh.mdwith SGLang backend setup and usage instructions in Chinese.README_zh.mdto reference the SGLang backend section.Codebase enhancement:
MossTTSDelayWithCodecProcessorclass inmoss_tts_delay/processing_moss_tts_delay_with_codec.pyto support processing for the fused MOSS-TTS and codec models, including token handling, audio normalization, and delay pattern application.