]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
use _wfopen instead of fopen on Windows (#6248)
authorJared Van Bortel <redacted>
Sat, 23 Mar 2024 22:48:02 +0000 (18:48 -0400)
committerGitHub <redacted>
Sat, 23 Mar 2024 22:48:02 +0000 (18:48 -0400)
commit94d1b3b4119209efcdd08df0dceaecbd1fe7f85c
tree2238dd7ef96c0dd0a0576437585e8667f81e665a
parent95562175f83a49755ff6fd3bad09409417c8e6f9
use _wfopen instead of fopen on Windows (#6248)

also fix missing #defines before windows.h, and BPE LF token on MSVC
ggml.c
ggml.h
llama.cpp