The llama.cpp project has released build b10653, introducing the TENSOR_READ_LAZY feature to its model loader. This change includes the addition of the TENSOR_GET_ROW_LAZY function and a corresponding --tensor-read-lazy command-line flag.
- Added TENSOR_READ_LAZY and TENSOR_GET_ROW_LAZY to the model loader.
- Introduced the --tensor-read-lazy CLI option to enable lazy tensor reading.
- Provided binaries for macOS (Apple Silicon and Intel), Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Windows (CPU, CUDA 12/13, Vulkan, OpenVINO, SYCL, ROCm), Android, and iOS.
This release updates the core library with new lazy loading capabilities while distributing pre-built binaries across supported platforms.