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:
parent
cf97faed9f
commit
b2b4e4c376
1 changed files with 1 additions and 0 deletions
1
.github/workflows/consolidated-tests-ci.yml
vendored
1
.github/workflows/consolidated-tests-ci.yml
vendored
|
|
@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue