1 write to _rotaryEmb
Microsoft.ML.GenAI.Phi (1)
Module\Phi3Model.cs (1)
47this._rotaryEmb = config.RopeScaling switch
1 reference to _rotaryEmb
Microsoft.ML.GenAI.Phi (1)
Module\Phi3Model.cs (1)
115var positionEmbeddings = this._rotaryEmb.forward(new RotaryEmbeddingInput(hiddenStates, positionIds, seqLength));