llama.cpp b9627 Fixes llama-ui-embed Crash When No Asset Directory Is Given
English summary
The b9627 release of llama.cpp is a minor maintenance update containing a single bug fix for the llama-ui-embed utility. The fix resolves a crash that occurred when the tool was launched without specifying an asset directory, addressing issue #24597. No new features, model support, or performance changes are included. The release ships pre-built binaries across the usual set of platforms including macOS, Linux, Android, Windows, and openEuler, with various GPU backends available.
Chinese summary
llama.cpp b9627 是一个小幅维护版本,仅包含一项针对 llama-ui-embed 工具的错误修复。该修复解决了在未指定资源目录时启动工具导致崩溃的问题,对应 issue #24597。此版本不包含新功能、模型支持或性能改进,持续提供 macOS、Linux、Android、Windows 及 openEuler 等平台的预编译二进制文件,覆盖多种 GPU 后端。
Key points
Release b9627 of llama.cpp is a maintenance update with a single bug fix.
llama.cpp b9627 是一次仅含一项错误修复的维护版本。
The fix prevents llama-ui-embed from crashing when no asset directory is provided (PR #24597).
修复了 llama-ui-embed 在未提供资源目录时崩溃的问题(PR #24597)。
No new features, model support, or performance improvements are included in this release.
此版本未引入新功能、新模型支持或性能改进。
Pre-built binaries are provided for macOS, Linux, Android, Windows, and openEuler across multiple GPU backends.
提供面向 macOS、Linux、Android、Windows 及 openEuler 的预编译二进制文件,覆盖多个 GPU 后端。