Skip to content

Commit ef4de4d

Browse files
committed
Set m_is_static=false as default in decoder
1 parent 623f863 commit ef4de4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-openvino/ggml-decoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class GgmlOvDecoder : public ov::frontend::ggml::GgmlDecoder {
161161
int m_head_size;
162162
int32_t* m_rope_params;
163163
std::vector<std::string> m_kv_names;
164-
bool m_is_static;
164+
bool m_is_static = false;
165165
bool m_is_first_token;
166166
};
167167

0 commit comments

Comments
 (0)