Package: Rggml Title: Vendored 'GGML' Tensor Library with C-Callable Compute API Version: 0.1.0 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person(given = "Georgi", family = "Gerganov", role = "cph", comment = "Author of the GGML library"), person(given = "The ggml.ai / llama.cpp contributors", role = "cph", comment = "GGML CPU backend contributors"), person(given = "Yuri", family = "Baramykov", role = "ctb", comment = "Author of the ggmlR R/CRAN-compliance I/O shim adapted here") ) Description: Vendors the core, official 'GGUF' implementation, and CPU backend of the 'GGML' tensor library () as a static library and exposes its core tensor-context and matrix-multiply compute path through 'R_RegisterCCallable' C-callable entry points. This is a carrier package: it has no high-level R modeling API of its own. Other R packages link to it ('LinkingTo') to build and compute 'GGML' tensor graphs (including quantized types such as Q4_K) from their own C or C++ code without re-vendoring 'GGML'. The CPU backend is always built. Native targets also build the BLAS backend for dense products; webR uses the CPU backend because its Fortran ABI differs. The 'Vulkan' and NVIDIA 'CUDA' backends are independent opt-in builds. License: GPL (>= 2) Encoding: UTF-8 SystemRequirements: GNU make, C++17 Biarch: false Depends: R (>= 4.4.0) Suggests: tinytest Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/sounkou-bioinfo/Rfmalloc, https://sounkou-bioinfo.github.io/Rfmalloc/Rggml/ BugReports: https://github.com/sounkou-bioinfo/Rfmalloc/issues Config/pak/sysreqs: make Repository: https://rgenomicsetl.r-universe.dev Date/Publication: 2026-07-18 21:34:09 UTC RemoteUrl: https://github.com/RGenomicsETL/Rfmalloc RemoteRef: HEAD RemoteSha: 6e05ad03613e89cab2f8bf8eb3a49d553d5a3bed RemoteSubdir: packages/Rggml NeedsCompilation: yes Packaged: 2026-07-21 19:31:20 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Georgi Gerganov [cph] (Author of the GGML library), The ggml.ai / llama.cpp contributors [cph] (GGML CPU backend contributors), Yuri Baramykov [ctb] (Author of the ggmlR R/CRAN-compliance I/O shim adapted here) Maintainer: Sounkou Mahamane Toure