Skip to content

Commit

Permalink
fix default ignored scope for model using sdpa by default
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed May 22, 2024
1 parent b84ef4a commit f68b2c7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
"ignored_scopes": [
"{re}.*__add___[0-1]",
"{re}.*layer_norm_0",
"{re}.*matmul_1",
"{re}.*__truediv__*"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
"ignored_scopes": [
"{re}.*__add___[0-1]",
"{re}.*layer_norm_0",
"{re}.*matmul_1",
"{re}.*__truediv__*"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
"ignored_scopes": [
"{re}.*__add___[0-1]",
"{re}.*layer_norm_0",
"{re}.*matmul_1",
"{re}.*__truediv__*"
]
}
]
2 changes: 0 additions & 2 deletions optimum/intel/openvino/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@
"{re}.*Embedding.*",
"{re}.*add___.*",
"{re}.*layer_norm_.*",
"{re}.*matmul_1",
"{re}.*__truediv__.*",
],
}

Expand Down

0 comments on commit f68b2c7

Please sign in to comment.