We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859d3a4 commit a8231d8Copy full SHA for a8231d8
.ci/scripts/gather_test_models.py
@@ -90,7 +90,7 @@ def model_should_run_on_event(model: str, event: str) -> bool:
90
We put higher priority and fast models to pull request and rest to push.
91
"""
92
if event == "pull_request":
93
- return model in ["mv3", "vit", "phi4_mini"] # TODO: remove
+ return model in ["mv3", "vit"]
94
elif event == "push":
95
# These are super slow. Only run it periodically
96
return model not in ["dl3", "edsr", "emformer_predict"]
0 commit comments