]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : various fixes for the prompt field in /completion (#5300)
authorNiall Coates <redacted>
Tue, 6 Feb 2024 08:16:23 +0000 (08:16 +0000)
committerGitHub <redacted>
Tue, 6 Feb 2024 08:16:23 +0000 (10:16 +0200)
commit4ffc7a17d4e80c5f3f905139cb570ed9b6934fcb
treec521b2167e0ce9be7d8d1b2053d383112d6fce80
parent906cff55c2848fda091d888a1585915ec0c9ea9e
server : various fixes for the prompt field in /completion (#5300)

server : fix deadlock when prompt array contains strings and numbers

server : removed an unnecessary generation when generating multi-prompts

server : removed an unnecessary assert
examples/server/server.cpp