AttentionOverCacheOptions
type AttentionOverCacheOptions struct {
IsCausal *bool
Softcap *float64
SlidingWindow *int64
SmoothSoftmax *bool
RotaryMode *RotaryMode
NumHeads *int64
KvNumHeads *int64
QkNormEps *float64
}
AttentionOverCacheOptions carries the defaulted options of Api.OpAttentionOverCache (`ClikaRT::ops::attention_over_cache`). A nil options pointer, or any nil field, means that option's default.