b8552
📦 llama-cppView on GitHub →
🐛 1 fixes
Summary
This release addresses an issue in RPC handling by ensuring proper serialization and validation of data pointers pointing to CPU buffers. It also provides updated pre-compiled binaries for numerous platforms.
🐛 Bug Fixes
- Fixed improper validation on the server side when serializing data pointers to CPU buffers by ensuring the data pointer is serialized as 0 for non-RPC buffers.