Skip to content

Commit

Permalink
Fix inductor CI (by updating graph break count) (#110160)
Browse files Browse the repository at this point in the history
There was a vision hash update which led to fewer graph breaks. This
seems expected to me (because the hash update included
pytorch/vision#7944 and nms is used in maskrcnn).

Test Plan:
- wait for ci

Pull Request resolved: #110160
Approved by: https://github.com/ezyang, https://github.com/Chillee
  • Loading branch information
zou3519 authored and pytorchmergebot committed Sep 27, 2023
1 parent bf8617c commit 7dbdf3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ timm_vision_transformer_large,pass_due_to_skip,0
timm_vovnet,pass,8
tts_angular,pass,10
vgg16,pass,8
vision_maskrcnn,fail_accuracy,42
vision_maskrcnn,fail_accuracy,39
yolov3,pass,10

0 comments on commit 7dbdf3b

Please sign in to comment.