2 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)
34this.RopeScaling = new RopeScalingConfig();