Skip to content

Commit 940e108

Browse files
committed
[RELEASE ONLY] Fix running llava_encoder in CI
1 parent dcd5c44 commit 940e108

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
@@ -23,7 +23,7 @@
2323
"w2l": "linux.12xlarge",
2424
"ic4": "linux.12xlarge",
2525
"resnet50": "linux.12xlarge",
26-
"llava_encoder": "linux.4xlarge",
26+
"llava_encoder": "linux.12xlarge",
2727
# This one causes timeout on smaller runner, the root cause is unclear (T161064121)
2828
"dl3": "linux.12xlarge",
2929
"emformer_join": "linux.12xlarge",

0 commit comments

Comments
 (0)