# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "Rgguf" in publications use:' type: software license: GPL-2.0-or-later title: 'Rgguf: Read ''GGUF'' Model Files into ''Rfmalloc''-Backed Arrays' version: 0.1.0 doi: 10.32614/CRAN.package.Rgguf abstract: Reads 'GGUF' model files, the file format used by the 'llama.cpp' project () 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 () 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: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://sounkou-bioinfo.r-universe.dev repository-code: https://github.com/sounkou-bioinfo/Rfmalloc commit: 6c3512e0026a41f9a5f338430f34863dc978b875 url: https://github.com/sounkou-bioinfo/Rfmalloc date-released: '2026-07-07' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com