Set m_is_static=false as default in decoder
This commit is contained in:
parent
6926655f5b
commit
c5231a2448
|
|
@ -161,7 +161,7 @@ private:
|
||||||
int m_head_size;
|
int m_head_size;
|
||||||
int32_t* m_rope_params;
|
int32_t* m_rope_params;
|
||||||
std::vector<std::string> m_kv_names;
|
std::vector<std::string> m_kv_names;
|
||||||
bool m_is_static;
|
bool m_is_static = false;
|
||||||
bool m_is_first_token;
|
bool m_is_first_token;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue