]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fix recurrent state serialization for partial reads and writes (#22362)
authorGaurav Garg <redacted>
Sun, 26 Apr 2026 11:34:40 +0000 (17:04 +0530)
committerGitHub <redacted>
Sun, 26 Apr 2026 11:34:40 +0000 (13:34 +0200)
commit78433f606fde4d7934a02dcbfd910438d28beccd
tree2cd8c84139f9d63ab6d30bb548e4806bb88225f1
parent7ec36aa861d0acfed7a57add0b5e17b92aa40ffd
Fix recurrent state serialization for partial reads and writes (#22362)

The previous code worked only for full tensor reads and writes and was hitting `GGML_ASSERT(size == ggml_nbytes(tensor)); ` assert when tested with llama-server.
ggml/src/ggml-backend-meta.cpp