Change8

b9824

📦 llama-cppView on GitHub →
🔧 2 symbols

Summary

This release primarily renames the binaries for the RPC server and graph operations export utilities for better clarity and consistency across different builds.

Migration Steps

  1. If you rely on the binary name for the RPC server, rename usage from 'rpc-server' to 'ggml-rpc-server'.
  2. If you rely on the binary name for graph operations export, rename usage from 'export-graph-ops' to its new prefixed name (implied to be prefixed with -test or similar based on context, but the exact new name isn't fully specified beyond the renaming goal).

Affected Symbols