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:
@@ -1718,7 +1718,7 @@
|
||||
"model_classes": [
|
||||
"EfficientNetForImageClassification"
|
||||
],
|
||||
"sha": "6ed195ee636d2c0b885139da8c7b45d57ebaeee0"
|
||||
"sha": "993d088cf937b8a90b61f68677cd8f261321c745"
|
||||
},
|
||||
"EfficientNetModel": {
|
||||
"tokenizer_classes": [],
|
||||
@@ -7243,4 +7243,4 @@
|
||||
],
|
||||
"sha": "e144d9f1fe39c21eda1177702640e126892605ce"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user