Table of Contents

Constructor Quantizer

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

Quantizer(string)

Initializes a new instance of the Quantizer class with the specified model path.

public Quantizer(string modelPath)

Parameters

modelPath string

The file path to the model to be quantized.

Exceptions

ArgumentNullException

Thrown when modelPath is null or whitespace.

FileNotFoundException

Thrown when the file at modelPath does not exist.