b10709
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
Improved RPC handling by preventing serialization of buffers from other servers. This change enhances the robustness of cross-server communication within the RPC system.
🐛 Bug Fixes
- Avoid serializing buffers from other servers in RPC calls. Only include remote buffer pointers when the buffer belongs to the RPC dispatcher receiving the graph.