• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rendezqueue / rendezllama / 21345657060
89%
trunk: 87%

Build:
Build:
LAST BUILD BRANCH: fix-regen-seed-10117453100447507096
DEFAULT BRANCH: trunk
Ran 26 Jan 2026 03:53AM UTC
Jobs 1
Files 31
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jan 2026 03:47AM UTC coverage: 88.75%. Remained the same
21345657060

push

github

grencez
Enable OpenBLAS support by setting GGML_BLAS variables

Updated dep/cmake_fetchcontent/llama_cpp.cmake to correctly configure OpenBLAS
for the vendored llama.cpp dependency. Specifically:
- Replaced manual patching of the `ggml` target with setting `GGML_BLAS=ON` and `GGML_BLAS_VENDOR=OpenBLAS` variables.
- Moved the configuration logic before `FetchContent_MakeAvailable` to ensure the variables are respected by llama.cpp's CMake configuration.
- This ensures that the `ggml-blas` backend is correctly included and linked, which is required by recent llama.cpp architecture changes.

Enable OpenBLAS via standard GGML_BLAS option

Renamed `LLAMA_OPENBLAS_ON` to `GGML_BLAS` in `CMakeLists.txt` and `Makefile` to align with upstream `llama.cpp` naming conventions.
Removed manual BLAS configuration logic in `dep/cmake_fetchcontent/llama_cpp.cmake`, allowing `llama.cpp` to use its default autodetection mechanism (which successfully identifies OpenBLAS via the "Generic" vendor setting on compatible systems).
This simplifies the build configuration and ensures better compatibility with `llama.cpp`.

2130 of 2400 relevant lines covered (88.75%)

523.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21345657060.1 26 Jan 2026 03:53AM UTC 31
88.75
GitHub Action Run
Source Files on build 21345657060
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bd11b776 on github
  • Prev Build on vulkan (#21341853626)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc