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 b4ab76f commit 2ed3cf1Copy full SHA for 2ed3cf1
.ci/scripts/gather_test_models.py
@@ -25,7 +25,7 @@
25
"resnet50": "linux.12xlarge",
26
"llava": "linux.12xlarge",
27
"llama3_2_vision_encoder": "linux.12xlarge",
28
- "llama3_2_text_decoder": "linux.12xlarge",
+ # "llama3_2_text_decoder": "linux.12xlarge", # TODO: re-enable test when Huy's change is in / model gets smaller.
29
# This one causes timeout on smaller runner, the root cause is unclear (T161064121)
30
"dl3": "linux.12xlarge",
31
"emformer_join": "linux.12xlarge",
0 commit comments