Qwen3.5-MoE: fix regenerating message error (#1295)

Co-authored-by: firecoperana <firecoperana>
This commit is contained in:
firecoperana
2026-02-21 11:24:12 -06:00
committed by GitHub
parent 13c3d83ce7
commit 66323b92f7
11 changed files with 172 additions and 4 deletions

View File

@@ -368,6 +368,7 @@ struct server_prompt {
int n_tokens() const {
return tokens.size();
}
};
struct server_prompt_cache {