887 B
887 B
MirostatType
Namespace: LLama.Common
Type of "mirostat" sampling to use. https://github.com/basusourya/mirostat
public enum MirostatType
Inheritance Object → ValueType → Enum → MirostatType
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
Disable | 0 | Disable Mirostat sampling |
Mirostat | 1 | Original mirostat algorithm |
Mirostat2 | 2 | Mirostat 2.0 algorithm |