Change8

b8464

📦 llama-cppView on GitHub →
🐛 1 fixes🔧 2 symbols

Summary

This release primarily addresses a critical bug in the RPC server where receiving certain deprecated tensor types could cause a division by zero crash. A validation check was added to prevent this.

🐛 Bug Fixes

  • Prevented division by zero (SIGFPE) in rpc-server when deserializing tensors with a deprecated type where block_size is 0 by adding a validation check in deserialize_tensor.

Affected Symbols