Skip to content

Commit 2d84696

Browse files
committed
More tests
1 parent a41f4b4 commit 2d84696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/gather_test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def model_should_run_on_event(model: str, event: str) -> bool:
8888
We put higher priority and fast models to pull request and rest to push.
8989
"""
9090
if event == "pull_request":
91-
return model in ["mv3", "vit"]
91+
return model in ["mv3", "vit", "llama3_2_text_decoder"]
9292
elif event == "push":
9393
# These are super slow. Only run it periodically
9494
return model not in ["dl3", "edsr", "emformer_predict"]

0 commit comments

Comments
 (0)