Package: Rllm 0.1.0

Rllm: Native Quantized Matrix Products and LLM Inference over 'Rfmalloc' Tensors

The composition layer of the 'Rfmalloc' ecosystem: it registers 'Rggml' (a vendored 'GGML' build with runtime-SIMD-dispatched quantized kernels) as a codec-aware matrix-multiply backend for 'Rfmalloc', so that products of file-backed, quantized tensors run natively in quantized space (weights stay 'Q4_K'/'Q6_K'/... encoded, activations are quantized on the fly) instead of being decoded to double first. Combined with 'Rgguf', which exposes 'GGUF' model weights as 'Rfmalloc'-backed tensors, this lets a larger-than-memory model's linear layers be multiplied through 'GGML's SIMD-accelerated dot kernels zero-copy from the memory-mapped payload. A transformer forward-pass graph builder over these primitives is planned.

Authors:Sounkou Mahamane Toure [aut, cre]

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

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

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

Pkgdown/docs site:https://sounkou-bioinfo.github.io

On CRAN:

Conda:

altrepblasgenomicsggmlggufllmllm-inferencemallocmemory-mappedmmapout-of-corequantizationsimd

2.95 score 3 stars 12 scripts 9 exports 3 dependencies

Last updated from:921d01f678. Checks:10 OK, 3 NOTE. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK120
linux-devel-x86_64OK107
source / vignettesOK166
linux-release-arm64OK124
linux-release-x86_64OK99
macos-release-arm64OK106
macos-release-x86_64OK170
macos-oldrel-arm64NOTE103
macos-oldrel-x86_64NOTE165
windows-develOK75
windows-releaseOK90
windows-oldrelNOTE74
wasm-releaseOK92

Exports:rllm_backend_enabledrllm_decoderllm_encoderllm_forwardrllm_generaterllm_gguf_modelrllm_kv_cacherllm_quantize_tensorrllm_use_ggml

Dependencies:RfmallocRggmlRgguf