Commit Graph
2 Commits
Author SHA1 Message Date
mtmcpandGitHub 37f230dd7c completion : session_tokens insert range in completion tool (no-op → correct) (#20917)
The embd.begin(), embd.begin() range is empty and inserts nothing, so session_tokens never gets updated after
  decoding. Should be embd.begin(), embd.end(). Introduced in commit 2b6dfe8.
2026-03-27 09:25:58 +01:00
mtmcpandGitHub a308e584ca completion : Fix segfault on model load failure (#21049) 2026-03-27 10:01:13 +02:00