Package: Rgguf 0.1.0

Sounkou Mahamane Toure

Rgguf: Official GGUF Parsing and Typed Storage Views

Reads 'GGUF' model files, the file format used by the 'llama.cpp' project (<https://github.com/ggerganov/llama.cpp>) to store large language model tensors and metadata. Tensors can be decoded into file-backed 'Rfmalloc' arrays, copied at their native codec density, or borrowed as zero-copy read-only spans over the original model mapping. Parsing, writing, and quantized decoding use the official 'GGML' GGUF implementation exposed by the sibling 'Rggml' package. Metadata key-value pairs and the tensor directory are exposed as ordinary R lists and data frames. A minimal writer is included to create 'GGUF' files containing 32-bit floating point tensors, primarily to support round-trip testing.

Authors:Sounkou Mahamane Toure [aut, cre]

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

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

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

On CRAN:

Conda:

altrepblasgenomicsggmlggufllmllm-inferencemallocmemory-mappedmmapout-of-corequantizationsimd

3.56 score 4 stars 1 packages 6 exports 2 dependencies

Last updated from:6e05ad0361. Checks:10 OK, 3 NOTE. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK142
linux-devel-x86_64OK168
source / vignettesOK271
linux-release-arm64OK138
linux-release-x86_64OK163
macos-release-arm64OK118
macos-release-x86_64OK209
macos-oldrel-arm64NOTE129
macos-oldrel-x86_64NOTE323
windows-develOK231
windows-releaseOK209
windows-oldrelNOTE180
wasm-releaseOK150

Exports:gguf_importgguf_metadatagguf_opengguf_tensorgguf_tensorsgguf_write_tensors

Dependencies:RfmallocRggml