Change8

b8816

Breaking Changes
📦 llama-cppView on GitHub →
1 breaking1 features🐛 1 fixes🔧 1 symbols

Summary

This release introduces graph versioning in ggml to replace the old graph reuse flag, alongside various platform-specific binary updates and a fix for Windows builds.

⚠️ Breaking Changes

  • The mechanism for handling graph reuse has changed from using a 'reuse flag' to using versioning. Code relying on the old reuse flag logic might need updates to check graph versions instead.

Migration Steps

  1. Update logic that previously checked a 'reuse flag' to utilize the new versioning system for graph management.

✨ New Features

  • Added graph versioning support in ggml, replacing the previous graph reuse flag mechanism.

🐛 Bug Fixes

  • Fixed an issue related to Windows builds.

Affected Symbols