Table of Contents

Property Tensors

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

Tensors

Gets the tensor-info table: one descriptor per tensor declared by the file, in file order. Tensor weights are never read.

public IReadOnlyList<GgufTensorInfo> Tensors { get; }

Property Value

IReadOnlyList<GgufTensorInfo>
Share