1 write to _rotaryEmb
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaModel.cs (1)
49this._rotaryEmb = config.RopeScaling switch
1 reference to _rotaryEmb
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaModel.cs (1)
123var embOutput = this._rotaryEmb.forward(new RotaryEmbeddingInput(hiddenStates, positionIds, pastKeyValuesLength));