b8111
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces support for several unary operations within the ggml-webgpu backend and includes a necessary fix for type casting during trigonometric computations. It also provides updated pre-compiled binaries for numerous operating systems and architectures.
✨ New Features
- Added support for unary operations (SQR, SQRT, SIN, COS) in ggml-webgpu backend.
🐛 Bug Fixes
- Fixed an issue in ggml-webgpu where the source value was not cast to f32 before computing sin/cos.