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 b3a856c commit 693f903Copy full SHA for 693f903
src/core/src/pass/sdpa_to_paged_attention.cpp
@@ -49,7 +49,7 @@ bool ov::pass::SDPAToPagedAttention::run_on_model(const std::shared_ptr<ov::Mode
49
OPENVINO_ASSERT(!model->get_variables().empty(),
50
"Model is supposed to be stateful, cannot perform "
51
"the SDPAToPagedAttention transformation. "
52
- " For proper conversion run: optimum-cli export openvino --task text-generation-with-past instead "
+ "For proper conversion run: optimum-cli export openvino --task text-generation-with-past instead "
53
"of --task text-generation");
54
55
OPENVINO_ASSERT(ov::op::util::has_op_with_type<ov::op::v13::ScaledDotProductAttention>(model),
0 commit comments