Package: Rggml 0.1.0

Sounkou Mahamane Toure

Rggml: Vendored 'GGML' Tensor Library with C-Callable Compute API

Vendors the core, official 'GGUF' implementation, and CPU backend of the 'GGML' tensor library (<https://github.com/ggml-org/ggml>) 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.

Authors:Sounkou Mahamane Toure [aut, cre], Georgi Gerganov [cph], The ggml.ai / llama.cpp contributors [cph], Yuri Baramykov [ctb]

Rggml_0.1.0.tar.gz
Rggml_0.1.0.zip(r-4.7)Rggml_0.1.0.zip(r-4.6)Rggml_0.1.0.zip(r-4.5)
Rggml_0.1.0.tgz(r-4.6-x86_64)Rggml_0.1.0.tgz(r-4.6-arm64)Rggml_0.1.0.tgz(r-4.5-x86_64)Rggml_0.1.0.tgz(r-4.5-arm64)
Rggml_0.1.0.tar.gz(r-4.7-arm64)Rggml_0.1.0.tar.gz(r-4.7-x86_64)Rggml_0.1.0.tar.gz(r-4.6-arm64)Rggml_0.1.0.tar.gz(r-4.6-x86_64)
Rggml_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
Rggml/json (API)

# Install 'Rggml' in R:
install.packages('Rggml', repos = c('https://rgenomicsetl.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/sounkou-bioinfo/rfmalloc/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

altrepblasgenomicsggmlggufllmllm-inferencemallocmemory-mappedmmapout-of-corequantizationsimdopenblascpp

3.08 score 4 stars 7 exports 0 dependencies

Last updated from:6e05ad0361. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK147
linux-devel-x86_64OK148
source / vignettesOK237
linux-release-arm64OK140
linux-release-x86_64OK142
macos-release-arm64OK141
macos-release-x86_64OK222
macos-oldrel-arm64OK114
macos-oldrel-x86_64OK177
windows-develOK164
windows-releaseOK143
windows-oldrelOK154
wasm-releaseOK113

Exports:ggml_versionrggml_cpu_inforggml_cuda_inforggml_has_cudarggml_has_vulkanrggml_mul_matrggml_vulkan_info

Dependencies: