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 a41f4b4 commit 2d84696Copy full SHA for 2d84696
.ci/scripts/gather_test_models.py
@@ -88,7 +88,7 @@ def model_should_run_on_event(model: str, event: str) -> bool:
88
We put higher priority and fast models to pull request and rest to push.
89
"""
90
if event == "pull_request":
91
- return model in ["mv3", "vit"]
+ return model in ["mv3", "vit", "llama3_2_text_decoder"]
92
elif event == "push":
93
# These are super slow. Only run it periodically
94
return model not in ["dl3", "edsr", "emformer_predict"]
0 commit comments