GenerateRotaryCacheOptions
type GenerateRotaryCacheOptions struct {
Theta *float64
Scaling *RopeScaling
Scale *float64
LowFreqFactor *float64
HighFreqFactor *float64
OriginalMaxPos *int64
BetaFast *float64
BetaSlow *float64
}
GenerateRotaryCacheOptions carries the defaulted options of Api.OpGenerateRotaryCache (`ClikaRT::ops::generate_rotary_cache`). A nil options pointer, or any nil field, means that option's default.