We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c6976 commit 513e198Copy full SHA for 513e198
onnxruntime/core/providers/openvino/ov_stateful_patch_utils.cc
@@ -144,10 +144,10 @@ void PatchStatefulDecoder(std::shared_ptr<ov::Model> model) {
144
if (param_name.find("key_values") != std::string::npos) {
145
key_value_input_names.push_back(param_name);
146
found = true;
147
- } else if (param_name.find("key") != std::string::npos) {
+ } else if (param_name.find("keys") != std::string::npos) {
148
149
150
- } else if (param_name.find("value") != std::string::npos) {
+ } else if (param_name.find("values") != std::string::npos) {
151
152
153
}
0 commit comments