]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
tests : update for LLAMA_SET_ROWS=1 (#14961)
authorGeorgi Gerganov <redacted>
Wed, 30 Jul 2025 12:12:02 +0000 (15:12 +0300)
committerGitHub <redacted>
Wed, 30 Jul 2025 12:12:02 +0000 (15:12 +0300)
commit00131d6eaf4df029e1ec84de868c2c5957503007
tree3d481d06bd603fc1abdd392c7514346267910c5e
parent1e15bfd42c3938506e0da5939bf7f42780965f01
tests : update for LLAMA_SET_ROWS=1 (#14961)

* test-thread-safety : each context uses a single sequence

* embedding : handle --parallel argument

ggml-ci

* save-load : handle -np 1

ggml-ci

* thread-safety : avoid overriding threads, reduce test case arg

ggml-ci
examples/embedding/embedding.cpp
examples/save-load-state/save-load-state.cpp
src/llama-batch.cpp
tests/CMakeLists.txt
tests/test-thread-safety.cpp