b8638
📦 llama-cppView on GitHub →
✨ 1 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces improvements for testing by allowing graph op export without downloading weights and includes memory management fixes using unique_ptr and no_alloc.
✨ New Features
- Enabled exporting graph operations from Hugging Face files without requiring weight downloads in tests.
🐛 Bug Fixes
- Fixed missing non-required tensors falling back to type f32.
- Replaced fixing f32 fallback with using no_alloc.