Enum DraftModelType
- Namespace
- AiDotNet.Configuration
- Assembly
- AiDotNet.dll
Types of draft models for speculative decoding.
public enum DraftModelType
Fields
Custom = 2Custom draft model (internal/serving integration).
NGram = 0N-gram based statistical model (fast, no GPU).
SmallNeural = 1Small neural network model (more accurate, uses GPU).