Table of Contents

Property MmprojUri

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

MmprojUri

Gets or sets the URI of the vision projector (mmproj) that accompanies the model at SERVING precision, for models distributed as a text GGUF plus a separate projector file. LM instances created from this card load the projector automatically, so a two-file vision model is fully described by one card. Unrelated to FullPrecisionMmprojUri, which serves fine-tuning.

public Uri MmprojUri { get; set; }

Property Value

Uri
Share