]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vocab : use string_view::find() to avoid unnecessary looking up beyond the fragment...
authoryumeyao <redacted>
Thu, 3 Apr 2025 15:32:54 +0000 (23:32 +0800)
committerGitHub <redacted>
Thu, 3 Apr 2025 15:32:54 +0000 (18:32 +0300)
commit5dd5d1ab00d074e3b7c02ca3ae12f6bf3e86336a
tree95f527b3f141aa26ab05e5868b9cb7b6c4b7a151
parent1c059995e080e37aeaacaae35850fc4c044b9dbe
vocab : use string_view::find() to avoid unnecessary looking up beyond the fragment range (#12706)
src/llama-vocab.cpp