Skip to content

Commit 693f903

Browse files
remove whitespace
1 parent b3a856c commit 693f903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/src/pass/sdpa_to_paged_attention.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bool ov::pass::SDPAToPagedAttention::run_on_model(const std::shared_ptr<ov::Mode
4949
OPENVINO_ASSERT(!model->get_variables().empty(),
5050
"Model is supposed to be stateful, cannot perform "
5151
"the SDPAToPagedAttention transformation. "
52-
" For proper conversion run: optimum-cli export openvino --task text-generation-with-past instead "
52+
"For proper conversion run: optimum-cli export openvino --task text-generation-with-past instead "
5353
"of --task text-generation");
5454

5555
OPENVINO_ASSERT(ov::op::util::has_op_with_type<ov::op::v13::ScaledDotProductAttention>(model),

0 commit comments

Comments
 (0)