| gguf_load | R Documentation |
Opens a GGUF file and reads its metadata. By default also reads tensor data
into memory; with meta_only = TRUE only the header and key-value
metadata are read (no tensor data is allocated), which is cheap and enough
for inspecting architecture / type fields. Returns an S3 object of class
"gguf" wrapping the internal pointer.
gguf_load(path, meta_only = FALSE)
path |
Path to a .gguf file. |
meta_only |
If |
An object of class "gguf".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.