Change8

Migrating to llama.cpp b8804

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

Released: 4/15/2026

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

CUDA P2P (Peer-to-Peer) access is now disabled by default and requires explicit opt-in to enhance security and control.

Migration Steps

  1. 1
    If your application relied on CUDA P2P access, you must now explicitly enable it.

Release Summary

This release introduces a security enhancement by requiring explicit opt-in for CUDA P2P access and provides extensive pre-built binaries across multiple platforms and hardware accelerators.

Need More Details?

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

View Full Changelog