[MUSA] Harden CI dependencies and diffusion warmup (#35610)

This commit is contained in:
R0CKSTAR
2026-08-20 09:40:24 -07:00
committed by GitHub
parent be373395b4
commit 81df6f2c57
6 changed files with 542 additions and 23 deletions
@@ -46,6 +46,11 @@ ONE_GPU_MUSA_CASES: list[DiffusionTestCase] = [
model_path=hf_cached_model("Wan-AI/Wan2.1-T2V-1.3B-Diffusers"),
modality="video",
custom_validator="video",
# Server warmup caps videos at 17 frames, while this test's
# one-second request resolves to 24. Reuse the first real request
# shape for an unmeasured warmup so first-shape initialization
# stays outside the denoising performance metrics.
extras=["--warmup-mode", "request"],
),
DiffusionSamplingParams(
prompt=T2V_PROMPT,