[WIP][CI] Add CI for Ming Omni#348
Open
edwingao28 wants to merge 10 commits intosgl-project:mainfrom
Open
Conversation
9daec7e to
801902d
Compare
2 tasks
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
Closes #295. This PR builds the multi-stage Ming-flash-omni-2.0 CI suite mirroring the qwen3-omni structure and covers the following metrics: TTFA, RTF, WER, plus MMMU and MMSU accuracy
Modification
Workflow DAG
stage-1-thinker — text generation
Pure text path, thinker only. tests/test_model/test_ming_omni_thinker_length.py exercises Ming thinker across short / medium / long prompts and asserts response shape.
stage-2-tts — text-to-speech
RTF performance + non-stream TTFA baseline diagnostic + WER accuracy. Single job with two tests sharing one server (test_tts_non_streaming_perf + test_tts_wer).
tests/test_model/test_ming_omni_tts_ci.py uses voice_clone=False
stage-3-mmmu — image recognition
Image+text → text via thinker only. tests/test_model/test_ming_omni_mmmu_ci.py runs mmmu-ci-50 with warmup=2
stage-4-mmsu — audio-in understanding
Text+audio → text via MMSU benchmark with modalities="text+audio". This covers the #295 ASR requirement as a superset tests/test_model/test_ming_omni_mmsu_ci.py runs thinker-only (talker OFF).
Accuracy Test
Benchmark & Profiling
benchmark & ci threshold in progress
Checklist