Table of Contents

Property Quantization

Namespace
LMKit.Model.Gguf
Assembly
LM-Kit.NET.dll

Quantization

Gets a short label for the dominant quantization scheme, derived from the most frequent ggml storage type among tensors with two or more dimensions (for example Q4_K, Q8_0, or F16). Unknown type ids are reported as type_<id>. Returns null when the file declares no such tensor.

public string Quantization { get; }

Property Value

string
Share