]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
binaries : Improve rpc-server and export-graph-ops names. (#25045)
authorChristian Kastner <redacted>
Sat, 27 Jun 2026 07:31:29 +0000 (09:31 +0200)
committerGitHub <redacted>
Sat, 27 Jun 2026 07:31:29 +0000 (10:31 +0300)
commitc299a92c38b6de6a1139617652b66081828648db
tree3db91eaa0c3c9020601357d459fc88fd29312379
parent0275c0f8007df6284bf5f8156169102612e95462
binaries : Improve rpc-server and export-graph-ops names. (#25045)

Tests are generally prefixed with -test, so rename export-graph-ops
accordingly.

rpc-server is probably too generic a name for /usr/bin. Because it
should work with any ggml application, it is renamed to ggml-rpc-server.
SECURITY.md
tests/CMakeLists.txt
tests/export-graph-ops.cpp [deleted file]
tests/test-backend-ops.cpp
tests/test-export-graph-ops.cpp [new file with mode: 0644]
tools/rpc/CMakeLists.txt
tools/rpc/README.md