[Feat][F3] Apply torch.compile to audio encoder of Fun-ASR.#976
Draft
PoTaTo-Mika wants to merge 21 commits into
Draft
[Feat][F3] Apply torch.compile to audio encoder of Fun-ASR.#976PoTaTo-Mika wants to merge 21 commits into
PoTaTo-Mika wants to merge 21 commits into
Conversation
- Add # Author: attribution block to all Fun-ASR model and test files (sglang_omni/models/fun_asr/*, tests/unit_test/fun_asr/*). - Prefix the Fun-ASR greedy-decoding comment in benchmarks/tasks/tts.py with # note (PoTaTo-Mika): as required by the review convention. - Remove the redundant section-divider comment block above AsrBackendConfig in benchmarks/tasks/tts.py. Co-Authored-By: Claude <noreply@anthropic.com>
Merges 13 upstream commits (c631dc9..966ddcf) covering: - H20 -> H100 CI migration for Qwen3-Omni/Qwen3-ASR/TTS - Lazy TensorRef path for large inter-stage tensors - T1 shared pipeline-state base + TTS migrations - Moss streaming chunk coalescing + redundant deepstack clone removal - Higgs RL rollout logprob/action-mask kernels - Ming-Omni streaming TTS overlap bugfix - Qwen3-Omni talker_ar default max_running_requests 16->32 Auto-merge resolved tests/README.md and tests/test_model/test_qwen3_asr_ci.py cleanly: our fun_asr additions and upstream's H100 calibration/fixture description updates sit in non-overlapping regions. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Bring in PR sgl-project#914 (Support MOSS-Transcribe-Diarize model). Conflicts in tests/README.md resolved by keeping both the fun_asr/ and moss_transcribe_diarize/ directory entries. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Motivation
Speed up Fun-ASR through torch.compile method.
Modifications
stages.py: build a new function that compiles the SANM encoder part.Related Issues
Addresses the F-PR3 item #924, following the #898
Accuracy Test
To be done.
Benchmark & Profiling
To be done.
Checklist
CI
CI runs on self-hosted GPU runners and requires a maintainer to add the
run-cilabel. Once labeled, every subsequent push re-triggers CI aslong as the label remains. Use
/tag-and-rerun-ci higgsor/tag-and-rerun-ci mossto select a TTS CI model. Draft PRs are skipped evenif labeled.