Skip to content

Commit 2ed3a76

Browse files
Update src/cpp/src/visual_language/pipeline.cpp
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
1 parent 5737b0f commit 2ed3a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/src/visual_language/pipeline.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class VLMPipeline::VLMPipelineImpl : public VLMPipelineBase{
263263
}
264264

265265
void start_chat(const std::string& system_message) override {
266-
OPENVINO_ASSERT(!m_is_npu && "start_chat() isn't supported in VLMPipeline for NPU device");
266+
OPENVINO_ASSERT(!m_is_npu, "start_chat() isn't supported in VLMPipeline for NPU device");
267267
m_is_chat_conversation = true;
268268
bool have_state = 0 != m_language.get_tensor("attention_mask").get_size();
269269
if (have_state) {

0 commit comments

Comments
 (0)