Delegate LLM.ModelLoadingProgressCallback
A delegate designed to monitor and report the progress of model loading.
public delegate bool LLM.ModelLoadingProgressCallback(float progress)
Parameters
progress
floatThe progress rate, with values ranging from 0 to 1.
Returns
- bool
A boolean indicating whether loading should proceed.