3 references to RopeScalingConfig
Microsoft.ML.GenAI.Core (1)
Module\RotaryEmbedding.cs (1)
79
: this(baseValue, dim, new
RopeScalingConfig
() { RopeType = "default", OriginalMaxPositionEmbeddings = maxPositionEmbeddings })
Microsoft.ML.GenAI.LLaMA (1)
LlamaConfig.cs (1)
34
this.RopeScaling = new
RopeScalingConfig
();
Microsoft.ML.GenAI.Mistral (1)
MistralConfig.cs (1)
28
this.RopeScaling = new
RopeScalingConfig
();