[CI] post-GptOss fixes for green CI (#39929)

This commit is contained in:
Joao Gante
2025-08-05 19:04:59 +01:00
committed by GitHub
parent eb6e26acf3
commit b771e476a8
10 changed files with 21 additions and 16 deletions

View File

@@ -345,6 +345,8 @@ SPECIAL_CASES_TO_ALLOW.update(
"IdeficsConfig": True,
"IdeficsVisionConfig": True,
"IdeficsPerceiverConfig": True,
# TODO: @Arthur/Joao (`hidden_act` unused)
"GptOssConfig": True,
}
)