Change8

Migrating to llama.cpp b8602

Version b8602 introduces 1 breaking change. This guide details how to update your code.

Released: 3/31/2026

1
Breaking Changes
0
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

webui

Breaking Changes

Issue #1

The web UI no longer uses gzip compression for serving assets. If you were relying on this compression layer, you may need to adjust your proxy or serving configuration.

Release Summary

This release cleans up the web UI build process, removing gzip compression and updating asset splitting, alongside general maintenance like fixing linting and updating hooks.

Need More Details?

View the full release notes and all changes for llama.cpp b8602.

View Full Changelog