PulseAugur
EN
LIVE 08:19:24

llama.cpp updates testing framework, improves log management

The llama.cpp project released version b10362, which includes updates to its testing framework. Specifically, the release disables a backend sampler test for HIP (Heterogeneous Integration Platform) due to compatibility issues with CUB, which is required for top_k sampling. Additionally, the continuous integration process was updated to better manage GPU-ROCm logs by storing them in a per-run directory keyed by the GitHub run ID, addressing an issue where logs were being overwritten. AI

IMPACT Minor infrastructure update for a specific AI project, improving testing and log management.

RANK_REASON This is a software release for a specific project, not a frontier model release, significant industry event, or research paper.

Read on llama.cpp — Releases →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

llama.cpp updates testing framework, improves log management

COVERAGE [1]

  1. llama.cpp — Releases TIER_1 English(EN) · jimw567 ·

    b10362: tests : disable backend sampler hip multi output (#26878)

    <ul> <li>test-backend-sampler: skip multi_output_sampling_chain on HIP</li> </ul> <p>The new multi_output_sampling_chain test uses top_k, whose backend probs<br /> path needs CUB (unavailable on HIP), so sampled_probs is null and the test<br /> aborts. Add it to the existing HIP …