[vision hash update] update the pinned vision hash (#154694)

This PR is auto-generated nightly by [this action](https://github.com/pytorch/pytorch/blob/main/.github/workflows/nightly.yml).
Update the pinned vision hash.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/154694
Approved by: https://github.com/pytorchbot

Co-authored-by: Huy Do <huydhn@gmail.com>
This commit is contained in:
PyTorch UpdateBot
2025-10-02 07:02:40 +00:00
committed by PyTorch MergeBot
parent 3924f784ba
commit bcafea5c92
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
966da7e46f65d6d49df3e31214470a4fe5cc8e66 7a13ad0f89167089616b51f4fd07f978cf1f17e4

View File

@ -17,6 +17,8 @@ flaky_models = {
"moondream", # discovered in https://github.com/pytorch/pytorch/pull/159291 "moondream", # discovered in https://github.com/pytorch/pytorch/pull/159291
# discovered in https://github.com/pytorch/pytorch/issues/161419. Its not flaky but really hard to repro, so skipping it # discovered in https://github.com/pytorch/pytorch/issues/161419. Its not flaky but really hard to repro, so skipping it
"mobilenetv3_large_100", "mobilenetv3_large_100",
# https://github.com/pytorch/pytorch/issues/163670
"vision_maskrcnn",
} }