]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
rpc : prevent crashes on invalid input (#9040)
authorRadoslav Gerganov <redacted>
Mon, 19 Aug 2024 07:10:21 +0000 (10:10 +0300)
committerGitHub <redacted>
Mon, 19 Aug 2024 07:10:21 +0000 (10:10 +0300)
commit18eaf29f4c5f7c8e89412f3a9a0392a9e4e01d75
tree84e1a6db1752f34892edbd64c334efa176e293ad
parent554b049068de24201d19dde2fa83e35389d4585d
rpc : prevent crashes on invalid input (#9040)

Add more checks which prevent RPC server from crashing if invalid input
is received from client
ggml/src/ggml-rpc.cpp