]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : smart slot selection using Longest Common Prefix (#7728)
authorsasha0552 <redacted>
Sat, 8 Jun 2024 07:50:31 +0000 (07:50 +0000)
committerGitHub <redacted>
Sat, 8 Jun 2024 07:50:31 +0000 (10:50 +0300)
commit7a16ce7db2a74a223f0f3b9cee66d4539c5bce8f
treef1235f9d8ee68d4c39403bd2bca1078062cab2d7
parentda799b41891e34aac86ce4e173f9c4c0afd4fab3
server : smart slot selection using Longest Common Prefix (#7728)

* server : Smart selection of available slot using Longest Common Substring

* add usage

* remove trailing whitespaces

* Use Longest Common Prefix (LCP) instead of LCS

* Rename argument
common/common.cpp
common/common.h
examples/server/server.cpp
examples/server/utils.hpp