Table of Contents

Delegate LLM.ModelLoadingProgressCallback

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

A delegate designed to monitor and report the progress of model loading.

public delegate bool LLM.ModelLoadingProgressCallback(float progress)

Parameters

progress float

The progress rate, with values ranging from 0 to 1.

Returns

bool

A boolean indicating whether loading should proceed.