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