Skip to content

Commit 52ecad8

Browse files
authored
Exclude MViT from cuda tests (#6573)
1 parent 3894c35 commit 52ecad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ def _check_input_backprop(model, inputs):
348348
skipped_big_models = {
349349
"vit_h_14": {("Windows", "cpu"), ("Windows", "cuda")},
350350
"regnet_y_128gf": {("Windows", "cpu"), ("Windows", "cuda")},
351-
"mvit_v1_b": {("Windows", "cuda")},
352-
"mvit_v2_s": {("Windows", "cuda")},
351+
"mvit_v1_b": {("Windows", "cuda"), ("Linux", "cuda")},
352+
"mvit_v2_s": {("Windows", "cuda"), ("Linux", "cuda")},
353353
}
354354

355355

0 commit comments

Comments
 (0)