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 123489d commit c2d65feCopy full SHA for c2d65fe
src/common/transformations/src/transformations/common_optimizations/convert_pagedattn_inputs.cpp
@@ -74,7 +74,7 @@ ov::pass::ConvertPagedAttnInputs::ConvertPagedAttnInputs(const KVCacheConfig& co
74
const auto pa_op = m.get_match_root();
75
auto key_cache = ov::as_type_ptr<ov::op::v0::Parameter>(pa_op->get_input_node_shared_ptr(3));
76
auto value_cache = ov::as_type_ptr<ov::op::v0::Parameter>(pa_op->get_input_node_shared_ptr(4));
77
-#if defined(OPENVINO_ARCH_ARM64)
+#if defined(OPENVINO_ARCH_ARM64) && !defined(__APPLE__)
78
auto format_cache_precision = [](ov::element::Type cache_precision, ov::element::Type infer_precision) {
79
return ov::element::u8;
80
};
0 commit comments