]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fix: rpc-server cache may not work in Windows environments (#22394)
authorunraido <redacted>
Mon, 27 Apr 2026 14:25:09 +0000 (23:25 +0900)
committerGitHub <redacted>
Mon, 27 Apr 2026 14:25:09 +0000 (17:25 +0300)
commitceaf47c4b1101e2bcdff31a7505fa51c20117530
tree9c365d1128ceb4696d3e4de8bd01bb428d117e36
parent42401c72b8d239240ed0fb37694d29ac33b3bc4f
fix: rpc-server cache may not work in Windows environments (#22394)

* fix: create directory and log cache file name.

* Remove GGML_LOG_INFO conditional compilation.

---------

Co-authored-by: kotaro <redacted>
ggml/src/ggml-rpc/ggml-rpc.cpp
tools/rpc/rpc-server.cpp