Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
52ecad8d
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "3bba44d74eaf20af0d14424d786381f0103c6c90"
Unverified
Commit
52ecad8d
authored
Sep 13, 2022
by
Vasilis Vryniotis
Committed by
GitHub
Sep 13, 2022
Browse files
Exclude MViT from cuda tests (#6573)
parent
3894c353
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/test_models.py
test/test_models.py
+2
-2
No files found.
test/test_models.py
View file @
52ecad8d
...
@@ -348,8 +348,8 @@ for m in slow_models:
...
@@ -348,8 +348,8 @@ for m in slow_models:
skipped_big_models
=
{
skipped_big_models
=
{
"vit_h_14"
:
{(
"Windows"
,
"cpu"
),
(
"Windows"
,
"cuda"
)},
"vit_h_14"
:
{(
"Windows"
,
"cpu"
),
(
"Windows"
,
"cuda"
)},
"regnet_y_128gf"
:
{(
"Windows"
,
"cpu"
),
(
"Windows"
,
"cuda"
)},
"regnet_y_128gf"
:
{(
"Windows"
,
"cpu"
),
(
"Windows"
,
"cuda"
)},
"mvit_v1_b"
:
{(
"Windows"
,
"cuda"
)},
"mvit_v1_b"
:
{(
"Windows"
,
"cuda"
),
(
"Linux"
,
"cuda"
)},
"mvit_v2_s"
:
{(
"Windows"
,
"cuda"
)},
"mvit_v2_s"
:
{(
"Windows"
,
"cuda"
),
(
"Linux"
,
"cuda"
)},
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment