Table of Contents

Property Architecture

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

Architecture

Gets the model architecture (the general.architecture key), or null when the file does not declare one.

public string Architecture { get; }

Property Value

string
Share