Skip to main content

GGUF_MAX_DIMS

Constant GGUF_MAX_DIMS 

Source
pub const GGUF_MAX_DIMS: usize = 4;
Expand description

Maximum tensor rank (GGML_MAX_DIMS). Source: ggml.h. A GGUF v3 tensor declares at most this many dimensions; this is a format constant, not an application cap.