GpuLayers

AsposeAIModelConfig.GpuLayers property

Number of GPU layers to use for the model. If not specified, the default value (40) will be used. Set to 0 to run entirely on the CPU.

public int? GpuLayers { get; set; }

See Also