The llama.cpp project has released build b11081, which includes several updates to the `test-llama-archs` testing infrastructure. Key changes involve making tensor data standard deviation configurable, expanding usage examples, and adding support for architecture regex patterns.
- The `test-llama-archs` tool now allows configurable tensor data standard deviation and fails on unknown arguments with logged usage.
- Recurrent state rollback tests report NMSE for logits mismatches and use NMSE for rollback checks.
- Synthetic fixtures zero DSA indexer score projection, and invalid tests are disabled.
- The release provides binaries for macOS (Apple Silicon/Intel), iOS, Linux (CPU/Vulkan/CUDA/ROCm/OpenVINO/SYCL), Android, Windows (CPU/OpenCL/CUDA/Vulkan/OpenVINO/SYCL/ROCm), and openEuler.
This update ensures broader hardware support across multiple platforms while improving the reliability and configurability of internal architecture testing.