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 8f5c441 commit df8ad7dCopy full SHA for df8ad7d
.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", "qwen2_5"] # TODO: remove, just to test the ci
+ 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