Skip to content

Commit 2356226

Browse files
xipingyanCopilot
andauthored
Update src/cpp/src/module_genai/modules/models/qwen3_5/qwen3_5preprocessor.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d6e06fe commit 2356226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/src/module_genai/modules/models/qwen3_5/qwen3_5preprocessor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct Qwen3_5PreprocessorOutput {
2525
// Video-specific outputs:
2626
ov::Tensor pixel_values_videos;
2727
ov::Tensor video_grid_thw;
28-
int video_second_per_grid;
28+
int video_second_per_grid = 0;
2929
};
3030

3131
class Qwen3_5Preprocessor {

0 commit comments

Comments
 (0)