ropeScalingType property
RopeScalingType?
get
ropeScalingType
RoPE scaling type, from enum llama_rope_scaling_type
Implementation
RopeScalingType? get ropeScalingType => _ropeScalingType;
set
ropeScalingType
(RopeScalingType? value)
Implementation
set ropeScalingType(RopeScalingType? value) {
_ropeScalingType = value;
notifyListeners();
}