mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[CI] Mark sebotnet33ts_256 as nondeterministic (#98356)
Summary: The goal is make sure the new dashboard doesn't give noisy alert on this test. Pull Request resolved: https://github.com/pytorch/pytorch/pull/98356 Approved by: https://github.com/ezyang
This commit is contained in:
parent
a05d787eb6
commit
c4de7fdef5
|
|
@ -80,6 +80,11 @@ SKIP_TRAIN = {
|
|||
"eca_halonext26ts",
|
||||
}
|
||||
|
||||
NONDETERMINISTIC = {
|
||||
# https://github.com/pytorch/pytorch/issues/94066
|
||||
"sebotnet33ts_256",
|
||||
}
|
||||
|
||||
MAX_BATCH_SIZE_FOR_ACCURACY_CHECK = {
|
||||
"cait_m36_384": 4,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ REQUIRE_COSINE_TOLERACE = {
|
|||
|
||||
# non-deterministic output / cant check correctness
|
||||
NONDETERMINISTIC = {
|
||||
# https://github.com/pytorch/pytorch/issues/98355
|
||||
"mobilenet_v3_large",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user