]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : use Unicode Escape Sequence to replace encoded characters (#2814)
authorTim Miller <redacted>
Sat, 26 Aug 2023 18:27:07 +0000 (03:27 +0900)
committerGitHub <redacted>
Sat, 26 Aug 2023 18:27:07 +0000 (21:27 +0300)
commitc7d92e6dfec3f54849f3a0ba373054d29f321ea2
tree1d7aa4d57f6fdc87d207f7adb4da208af8004325
parent61d1a2895eeca55e0c8b7018492f6ab9c90cff78
llama : use Unicode Escape Sequence to replace encoded characters (#2814)

The use of special characters within source files can break compiling on some computers with different region and language settings. Using Unicode escape sequences should allow for the code to be compiled on all setups without needing to change your computers settings or switch regions.
llama.cpp