llama_cpp_for_radxa_dragon_.../common
Ruikai Peng dd6e6d0b6a
vocab : prevent tokenizer overflow (#14301)
* vocab : prevent stack overflow in tokenize

* vocab : return error instead of aborting on oversized token count

* vocab : INT32_MIN from llama_tokenize on overflow
2025-06-20 07:13:06 -07:00
..
arg.cpp llama : improve sep token handling (#14272) 2025-06-20 14:04:09 +02:00
arg.h common : add common_remote_get_content (#13123) 2025-04-26 22:58:12 +02:00
base64.hpp
build-info.cpp.in cmake: Add ability to pass in LLAMA_BUILD_NUMBER/COMMIT (#14167) 2025-06-13 10:38:52 +02:00
chat-parser.cpp llama-chat : Do not throw when tool parsing fails (#14012) 2025-06-14 17:25:15 +01:00
chat-parser.h llama-chat : Do not throw when tool parsing fails (#14012) 2025-06-14 17:25:15 +01:00
chat.cpp common : suggest --jinja when autodetection fails (#14222) 2025-06-16 21:58:42 +02:00
chat.h server: update deepseek reasoning format (pass reasoning_content as diffs) (#13933) 2025-06-02 10:15:44 -07:00
CMakeLists.txt cmake : Improve build-info.cpp generation (#14156) 2025-06-13 09:51:34 +03:00
common.cpp vocab : prevent tokenizer overflow (#14301) 2025-06-20 07:13:06 -07:00
common.h llama : improve sep token handling (#14272) 2025-06-20 14:04:09 +02:00
console.cpp
console.h
json-partial.cpp sync : vendor (#13901) 2025-05-30 16:25:45 +03:00
json-partial.h sync : vendor (#13901) 2025-05-30 16:25:45 +03:00
json-schema-to-grammar.cpp sync : vendor (#13901) 2025-05-30 16:25:45 +03:00
json-schema-to-grammar.h sync : vendor (#13901) 2025-05-30 16:25:45 +03:00
llguidance.cpp llguidance : set tokenizer slices to default (#13424) 2025-05-10 17:19:52 +02:00
log.cpp
log.h
ngram-cache.cpp
ngram-cache.h
regex-partial.cpp common: add partial regex support (#12808) 2025-05-14 19:50:57 +01:00
regex-partial.h common: add partial regex support (#12808) 2025-05-14 19:50:57 +01:00
sampling.cpp server: streaming of tool calls and thoughts when --jinja is on (#12379) 2025-05-25 01:48:08 +01:00
sampling.h
speculative.cpp llama : deprecate llama_kv_self_ API (#14030) 2025-06-06 14:11:15 +03:00
speculative.h