talk-llama : sync llama.cpp

This commit is contained in:
Georgi Gerganov
2024-06-18 09:45:37 +03:00
parent 5d950c4b8d
commit e293f17d34
3 changed files with 259 additions and 41 deletions

View File

@ -58,6 +58,6 @@ codepoint_flags unicode_cpt_flags(const std::string & utf8);
std::string unicode_byte_to_utf8(uint8_t byte);
uint8_t unicode_utf8_to_byte(const std::string & utf8);
char32_t unicode_tolower(char32_t cp);
uint32_t unicode_tolower(uint32_t cp);
std::vector<std::string> unicode_regex_split(const std::string & text, const std::vector<std::string> & regex_exprs);