1 write to norm
Microsoft.ML.GenAI.Mistral (1)
MistralModel.cs (1)
40
this.
norm
= new RMSNorm(config.HiddenSize, config.RmsNormEps, config.DType);
1 reference to norm
Microsoft.ML.GenAI.Mistral (1)
MistralModel.cs (1)
140
hiddenStates = this.
norm
.forward(hiddenStates);