Skip to content

Commit 1b32ac3

Browse files
msaroufimpytorchmergebot
authored andcommitted
Update torchbench.txt (pytorch#106761)
Fixes #ISSUE_NUMBER Pull Request resolved: pytorch#106761 Approved by: https://github.com/malfet
1 parent 4701488 commit 1b32ac3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
770d5cf793c283bdc5e55a313fc068bd2fc8c109
1+
8a0f5e3678bef55148743ab987baa3c89f8dfb5e

benchmarks/dynamo/ci_expected_accuracy/inductor_torchbench_dynamic_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name,accuracy,graph_breaks
22
BERT_pytorch,pass,0
3-
Background_Matting,pass,0
3+
Background_Matting,pass_due_to_skip,0
44
LearningToPaint,pass,0
55
Super_SloMo,pass,0
66
alexnet,pass,0

benchmarks/dynamo/ci_expected_accuracy/inductor_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name,accuracy,graph_breaks
22
BERT_pytorch,pass,0
3-
Background_Matting,pass,0
3+
Background_Matting,pass_due_to_skip,0
44
LearningToPaint,pass,0
55
Super_SloMo,pass,0
66
alexnet,pass,0

benchmarks/dynamo/torchbench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def setup_torchbench_cwd():
206206
"timm_vision_transformer_large",
207207
"maml", # accuracy https://github.com/pytorch/pytorch/issues/93847
208208
"llama_v2_7b_16h",
209+
"Background_Matting",
209210
}
210211

211212
SKIP_ACCURACY_CHECK_AS_EAGER_NON_DETERMINISTIC_MODELS = {

0 commit comments

Comments
 (0)