[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:
Bin Bao 2023-04-04 22:27:42 +00:00 committed by PyTorch MergeBot
parent a05d787eb6
commit c4de7fdef5
2 changed files with 6 additions and 0 deletions

View File

@ -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,
}

View File

@ -136,6 +136,7 @@ REQUIRE_COSINE_TOLERACE = {
# non-deterministic output / cant check correctness
NONDETERMINISTIC = {
# https://github.com/pytorch/pytorch/issues/98355
"mobilenet_v3_large",
}