Skip to content

Commit a5fbb53

Browse files
committed
disable sdpa optimization
1 parent 5d8f984 commit a5fbb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-openvino/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ enum ggml_status openvino_frontend_compute(ggml_backend_t backend, struct ggml_c
8282
ov::AnyMap config;
8383
if (device == "GPU") {
8484
config = {
85-
{"GPU_ENABLE_SDPA_OPTIMIZATION", "1"}
85+
{"GPU_ENABLE_SDPA_OPTIMIZATION", "0"}
8686
};
8787
}
8888

0 commit comments

Comments
 (0)