]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Allow common process_escapes to handle \x sequences (#3928)
authorKerfuffle <redacted>
Sun, 5 Nov 2023 17:06:06 +0000 (10:06 -0700)
committerGitHub <redacted>
Sun, 5 Nov 2023 17:06:06 +0000 (10:06 -0700)
commitd9ccce2e339ca0396560d18b8637f2c848d72a08
tree91152c2265794c9af4f770f13ff45e319ffb5ea7
parentbb60fd0bf6bb270744d86dd45b3a95af01b7de45
Allow common process_escapes to handle \x sequences (#3928)

* Allow common process_escapes to handle \x sequences

* Fix edge case when second hex digit is NUL
common/common.cpp