| gguf_tensor_info | R Documentation |
Returns name, shape, type, and size in bytes for a single tensor.
gguf_tensor_info(x, name)
x |
A |
name |
Tensor name (character). |
When the file was opened with meta_only = TRUE, the per-dimension
shape is NA (the public GGUF API does not expose tensor
dimensions without allocating tensors); name, type and
size_bytes are still returned.
A list with elements name, shape, type,
size_bytes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.