mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-25 08:59:30 +00:00
Server: refactor and rename functions (#1151)
* Server: rename functions and refactor code rename functions refactor update slots rename params_base rename timings * change * Revert kv cache name changes * Revert 2 * fix test build error --------- Co-authored-by: firecoperana <firecoperana>
This commit is contained in:
@@ -164,7 +164,7 @@ size_t common_part(const std::string& a, const std::string& b);
|
||||
// if validate_utf8(text) == text.size(), then the whole text is valid utf8
|
||||
size_t validate_utf8(const std::string& text);
|
||||
|
||||
// TODO: reuse llama_detokenize
|
||||
// TODO: reuse common_token_to_piece
|
||||
|
||||
std::string tokens_to_str(llama_context* ctx, const llama_tokens& tokens);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user