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 34ee8d6 commit 1df29d1Copy full SHA for 1df29d1
.ci/scripts/gather_test_models.py
@@ -25,7 +25,7 @@
25
"resnet50": "linux.4xlarge.memory",
26
"llava": "linux.4xlarge.memory",
27
"llama3_2_vision_encoder": "linux.4xlarge.memory",
28
- "llama3_2_text_decoder": "linux.8xlarge.memory",
+ "llama3_2_text_decoder": "linux.4xlarge.memory",
29
# This one causes timeout on smaller runner, the root cause is unclear (T161064121)
30
"dl3": "linux.4xlarge.memory",
31
"emformer_join": "linux.4xlarge.memory",
@@ -39,10 +39,12 @@
39
"linux": {
40
"mobilebert": 90,
41
"emformer_predict": 360,
42
+ "llama3_2_text_decoder": 360,
43
},
44
"macos": {
45
46
47
48
49
}
50
0 commit comments