Package: Rgguf 0.1.0

Rgguf: Read 'GGUF' Model Files into 'Rfmalloc'-Backed Arrays

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, and exposes their tensors directly as 'Rfmalloc'-backed, file-backed ALTREP matrices and arrays. Quantized tensor types supported by the vendored 'gguflib' parser (<https://github.com/antirez/gguf-tools>) are dequantized on demand. 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], Salvatore Sanfilippo [cph], Georgi Gerganov [cph]

Rgguf_0.1.0.tar.gz

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://sounkou-bioinfo.r-universe.dev', 'https://cloud.r-project.org'))

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

On CRAN:

Conda:

altrepmalloc

2.74 score 2 stars 11 scripts 6 exports 1 dependencies

Last updated from:6c3512e002. Checks:9 OK, 4 NOTE. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK116
linux-devel-x86_64OK114
source / vignettesOK155
linux-release-arm64OK119
linux-release-x86_64OK105
macos-release-arm64NOTE78
macos-release-x86_64NOTE162
macos-oldrel-arm64NOTE86
macos-oldrel-x86_64NOTE140
windows-develOK51
windows-releaseOK51
windows-oldrelOK56
wasm-releaseOK101

Exports:gguf_importgguf_metadatagguf_opengguf_tensorgguf_tensorsgguf_write_tensors

Dependencies:Rfmalloc