Skip to content

Commit

Permalink
Update expected inference for torchbench sam (#105891)
Browse files Browse the repository at this point in the history
This is currently failing `inductor_torchbench` trunk job https://github.com/pytorch/pytorch/actions/runs/5650538848/job/15308150238.  The job was marked as unstable to mitigate another issue few weeks ago (#104337) but was left open and hide the failure from view.

As the model passes as expected, I just add it into the list with `python benchmarks/dynamo/ci_expected_accuracy/update_expected.py becb8dc`

Pull Request resolved: #105891
Approved by: https://github.com/msaroufim
  • Loading branch information
huydhn authored and pytorchmergebot committed Jul 25, 2023
1 parent fe284b0 commit e714270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ resnet152,pass,0
resnet18,pass,0
resnet50,pass,0
resnext50_32x4d,pass,0
sam,pass,0
shufflenet_v2_x1_0,pass,0
soft_actor_critic,pass,0
squeezenet1_1,pass,0
Expand All @@ -55,4 +56,3 @@ timm_vovnet,pass,0
tts_angular,pass,2
vgg16,pass,0
yolov3,pass,2
sam,pass,0
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ resnet152,pass,0
resnet18,pass,0
resnet50,pass,0
resnext50_32x4d,pass,0
sam,pass,0
shufflenet_v2_x1_0,pass,0
soft_actor_critic,pass,0
speech_transformer,pass,10
Expand Down

0 comments on commit e714270

Please sign in to comment.