Skip to content

Commit

Permalink
raise tolerance for cspdarknet (#127949)
Browse files Browse the repository at this point in the history
Summary:
cspdarknet previously is flaky but after pytorch/pytorch#127367 it fails quite stably. It's probably due to small numerical change from the mentioned PR. That PR will let inductor generated different code due to different loop orders.

Raise tolerance to pass CI.

X-link: pytorch/pytorch#127949
Approved by: https://github.com/atalman, https://github.com/nWEIdia, https://github.com/eqy

Reviewed By: atalman

Differential Revision: D58168007

Pulled By: shunting314

fbshipit-source-id: 3d9f317668f64780b9934c4d9ae5a71b0b939614
  • Loading branch information
shunting314 authored and facebook-github-bot committed Jun 5, 2024
1 parent bb7fe98 commit b5ab0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userbenchmark/dynamo/dynamobench/timm_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def pip_install(package):
"mobilenetv3_large_100",
"sebotnet33ts_256",
"selecsls42b",
"cspdarknet53",
}

REQUIRE_HIGHER_TOLERANCE_FOR_FREEZING = {
Expand Down

0 comments on commit b5ab0fe

Please sign in to comment.