Skip to content

Commit c404abe

Browse files
authored
fix build issue for public ov (#123)
1 parent 623e9e8 commit c404abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cpp/src/module_genai/modules/md_vision_encoder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ void VisionEncoderModule::run() {
330330
}
331331
return;
332332
#else
333+
}
333334
OPENVINO_THROW("Qwen 3 Omni vision encoder requires ENABLE_OPENVINO_NEW_ARCH to be enabled");
334335
#endif
335336
} else {

0 commit comments

Comments
 (0)