Commit 4b58a97
committed
[CI/Build] Re-enable registry tests for 3 now-public model checkpoints
Granite4VisionForConditionalGeneration, GlmOcrMTPModel and
Qwen3DSparkModel carry is_available_online=False, set while their
checkpoints were unpublished. All three repos are now public on the
Hub, their configs declare the registered architectures, and
test_can_initialize_large_subset passes for all three locally, so the
flags only disable coverage.
An audit of the remaining flagged entries found the rest must stay
flagged — not for availability, but because initialization genuinely
fails: DeepSeek-V4 asserts fp8_ds_mla requires an fp8 kv-cache (the
test uses auto), MiniMax-M3 OOMs a 32 GiB GPU even with dummy weights,
and Gemma4-Unified/Intern-S2 hit config errors ('sliding_attention' is
not in list). Those need their own fixes before unflagging.
Same defect class as the Cosmos3 fix in #48211.
Assisted-by: Claude
Signed-off-by: Mingfei Guo <1800012773@pku.edu.cn>1 parent 1ef1c7e commit 4b58a97
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
899 | 898 | | |
900 | 899 | | |
901 | 900 | | |
| |||
1442 | 1441 | | |
1443 | 1442 | | |
1444 | 1443 | | |
1445 | | - | |
1446 | 1444 | | |
1447 | 1445 | | |
1448 | 1446 | | |
| |||
1617 | 1615 | | |
1618 | 1616 | | |
1619 | 1617 | | |
1620 | | - | |
1621 | 1618 | | |
1622 | 1619 | | |
1623 | 1620 | | |
| |||
0 commit comments