CI: fix efficientnet pipeline timeout and prevent future similar issues due to large image size (#33123)

* fix param not being passed in tested; add exceptions

* better source of model name

* Update utils/create_dummy_models.py

Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>

---------

Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
This commit is contained in:
Joao Gante
2024-08-27 11:58:27 +01:00
committed by GitHub
parent 3806faa171
commit ab0ac3b98f
4 changed files with 38 additions and 8 deletions

View File

@@ -1718,7 +1718,7 @@
"model_classes": [
"EfficientNetForImageClassification"
],
"sha": "6ed195ee636d2c0b885139da8c7b45d57ebaeee0"
"sha": "993d088cf937b8a90b61f68677cd8f261321c745"
},
"EfficientNetModel": {
"tokenizer_classes": [],
@@ -7243,4 +7243,4 @@
],
"sha": "e144d9f1fe39c21eda1177702640e126892605ce"
}
}
}