b8419
📦 llama-cppView on GitHub →
✨ 2 features🐛 1 fixes🔧 4 symbols
Summary
This release updates normalization layers (RMS_NORM, L2_NORM) for ggml-webgpu and renames 'rms_norm' to 'row_norm'. It also provides numerous pre-compiled binaries for various operating systems and hardware configurations.
✨ New Features
- Updated the preprocessor for RMS_NORM in ggml-webgpu.
- Added L2_NORM support in ggml-webgpu.
🐛 Bug Fixes
- Fixed the naming convention from 'rms_norm' to 'row_norm' in ggml-webgpu related code.