struct

ML::GGUF::QuantWeight

Inherits Struct / Value / Object

Quantized weight: raw bytes + type for on-the-fly dequant during matmul

Constructors

new(raw : Slice(UInt8), type : ML::GGUF::TensorType, out_dim : Int32, in_dim : Int32)
Source

Instance methods

in_dim
Source
out_dim
Source
type
Source