CI: allowlist deepseek_ocr2 in the compiler full-model-sweep (#6085)

transformers-latest ships a new deepseek_ocr2 model whose source-rewriter
compile exceeds the 60s per-model budget on the CI runner, same as the
existing beit/sam/sam_hq entries. Add it to KNOWN_BROKEN_COMPILE Category F
so HF=latest Core stops failing on a new upstream model. The slow compile
path itself remains a follow-up for unsloth_zoo.
This commit is contained in:
Daniel Han 2026-06-07 21:43:09 -07:00 committed by GitHub
commit b2b4e4c376
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -992,6 +992,7 @@ jobs:
"beit": "TimeoutError: compile exceeds per-model budget",
"sam": "TimeoutError: compile exceeds per-model budget",
"sam_hq": "TimeoutError: compile exceeds per-model budget",
"deepseek_ocr2": "TimeoutError: compile exceeds per-model budget",
}