Table of Contents

Property GpuLayerCount

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

GpuLayerCount

Gets the number of GPU layers that was determined to fit in available device memory.

public int GpuLayerCount { get; }

Property Value

int

Remarks

This value may be smaller than the originally requested GPU layer count if the fitting process had to reduce it. If Success is false, this value is 0.

Share