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