From b2b4e4c37655fa9a3ce19555c9868a1b7240b4dd Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 7 Jun 2026 21:43:09 -0700 Subject: [PATCH] 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. --- .github/workflows/consolidated-tests-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/consolidated-tests-ci.yml b/.github/workflows/consolidated-tests-ci.yml index f8eccc7d18..bf7e62e295 100644 --- a/.github/workflows/consolidated-tests-ci.yml +++ b/.github/workflows/consolidated-tests-ci.yml @@ -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", }