mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-28 18:32:04 +00:00
Qwen3.5-MoE: fix regenerating message error (#1295)
Co-authored-by: firecoperana <firecoperana>
This commit is contained in:
@@ -368,6 +368,7 @@ struct server_prompt {
|
||||
int n_tokens() const {
|
||||
return tokens.size();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
struct server_prompt_cache {
|
||||
|
||||
Reference in New Issue
Block a user