We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3198405
`common`: add partial regex support (#12808) * move string_find_partial_stop & string_ends_with to common * add common_regex (supports partial matches) Co-authored-by: Georgi Gerganov <[email protected]> * Update common/regex-partial.cpp Co-authored-by: Georgi Gerganov <[email protected]> * Update common/regex-partial.cpp Co-authored-by: Georgi Gerganov <[email protected]> * Update common/regex-partial.h Co-authored-by: Georgi Gerganov <[email protected]> * partial regex: add missing iterator end checks * string utils: use string_views * direct throw to avoid ggml.h include * regex-partial: replace missed ggml_asserts --------- Co-authored-by: ochafik <[email protected]> Co-authored-by: Georgi Gerganov <[email protected]>