Skip to content

Tags: lhl/llama.cpp

Tags

b6129

Toggle b6129's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
kv-cache : fix seq_rm with seq_id == -1 (ggml-org#15226)

* kv-cache : fix seq_rm with seq_id == -1

ggml-ci

* cont : iterate over streams

ggml-ci

b5981

Toggle b5981's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
context : perform output reorder lazily upon access after sync (ggml-…

…org#14853)

* context : perform output reorder after lazily upon access after sync

ggml-ci

* cont : add TODO