]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama: string_split fix (#10022)
authorMichael Podvitskiy <redacted>
Fri, 25 Oct 2024 15:57:54 +0000 (17:57 +0200)
committerGitHub <redacted>
Fri, 25 Oct 2024 15:57:54 +0000 (17:57 +0200)
commitd80fb71f8b8bf69ec095ba281f8248d136d21c76
tree085bd53c6fab82436844196016480fe9d3aa2d6b
parent2f8bd2b90133cf37ae752015e1bfd738cc6d0112
llama: string_split fix (#10022)

* llama: Refactor string_split to use template specialization,  fixes parsing strings with spaces

* llama: Add static_assert in the string_split template to ensure the correct template specialization is used for std::string
common/arg.cpp
common/common.cpp
common/common.h
examples/server/server.cpp