1 write to _base
Microsoft.ML.GenAI.Phi (1)
Module\Phi3SuScaledRotaryEmbedding.cs (1)
35
this.
_base
= config.RopeTheta;
1 reference to _base
Microsoft.ML.GenAI.Phi (1)
Module\Phi3SuScaledRotaryEmbedding.cs (1)
55
var invFreq = 1.0f / (torch.pow(this.
_base
, invFreqShape) * extFactors);