Commit dd27265
committed
[ci]: reduce MG3 SSIM test resolution to 352x640 (~4x faster)
Lowers MATRIXGAME3_PARAMS height/width from 720x1280 to 352x640 in the
SSIM regression test (matches MatrixGame 2.0 convention from the
MatrixGame2SamplingParam defaults). MATRIXGAME3_FULL_QUALITY_PARAMS
remains 720x1280 — it derives from SamplingParam.from_pretrained and
covers the full-quality tier separately.
Compute reduction: ~4x vs 720p (352*640 / 720*1280 ≈ 0.24). Brings the
SSIM test within typical L40S CI runtime budget so a HF reference can be
seeded against this resolution.
Followup to PR #1201 review:
#1201 (comment)1 parent f63cef0 commit dd27265
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments