1 write to RopeTheta
Microsoft.ML.GenAI.Mistral (1)
MistralConfig.cs (1)
29this.RopeTheta = 500000.0;
2 references to RopeTheta
Microsoft.ML.GenAI.Mistral (2)
MistralModel.cs (2)
45null => new RotaryEmbedding(config.RopeTheta, config.MaxPositionEmbeddings, headDim), 46_ => new RotaryEmbedding(config.RopeTheta, headDim, config.RopeScaling),