]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
use _wfopen instead of fopen on Windows (llama/6248)
authorJared Van Bortel <redacted>
Sat, 23 Mar 2024 22:48:02 +0000 (18:48 -0400)
committerGeorgi Gerganov <redacted>
Wed, 27 Mar 2024 11:20:00 +0000 (13:20 +0200)
commit947df0d1220e63b46b9277e41517446b19805ff1
tree91a1c2785bd2ed8ab656510d23e373b900e8c918
parentc5a031e140552fbd9f0c1d2a6639a5dd5904b166
use _wfopen instead of fopen on Windows (llama/6248)

also fix missing #defines before windows.h, and BPE LF token on MSVC
include/ggml/ggml.h
src/ggml.c