b9736
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release fixes loading issues for GLM-5.2 GGUF models by making DSA indexer tensors optional in the GLM_DSA loader. This allows models where indexer tensors are omitted on certain layers to load correctly.
✨ New Features
- GLM-DSA loader now loads DSA indexer tensors as optional, allowing GLM-5.2 GGUF files to load successfully even when indexer tensors are missing on some layers.
🐛 Bug Fixes
- Fixed failure when loading GLM-5.2 GGUF models due to missing DSA indexer tensors on non-"full" layers by marking these tensors as TENSOR_NOT_REQUIRED.