|
TinyLlama.cpp 1.0
A lightweight C++ implementation of the TinyLlama language model
|
Represents an array in GGUF metadata. More...
#include <gguf_structs.h>

Public Attributes | |
| GGUFValueType | type |
| uint64_t | len |
Represents an array in GGUF metadata.
Definition at line 35 of file gguf_structs.h.
| uint64_t GGUFArray::len |
Number of elements in the array
Definition at line 37 of file gguf_structs.h.
Referenced by load_gguf_meta().
| GGUFValueType GGUFArray::type |
Type of elements in the array
Definition at line 36 of file gguf_structs.h.
Referenced by load_gguf_meta().