1 write to RopeTheta
Microsoft.ML.GenAI.Phi (1)
Phi3\Config.cs (1)
34this.RopeTheta = 10000.0;
3 references to RopeTheta
Microsoft.ML.GenAI.Phi (3)
Module\Phi3Model.cs (1)
49null => new RotaryEmbedding(config.RopeTheta, config.MaxPositionEmbeddings, headDim),
Module\Phi3SuScaledRotaryEmbedding.cs (2)
26: base(config.RopeTheta, config.MaxPositionEmbeddings, dim) 35this._base = config.RopeTheta;