1 write to RopeScaling
Microsoft.ML.GenAI.Mistral (1)
MistralConfig.cs (1)
28this.RopeScaling = new RopeScalingConfig();
2 references to RopeScaling
Microsoft.ML.GenAI.Mistral (2)
MistralModel.cs (2)
43this._rotaryEmb = config.RopeScaling switch 46_ => new RotaryEmbedding(config.RopeTheta, headDim, config.RopeScaling),