1 write to HeadDim
Microsoft.ML.GenAI.Mistral (1)
MistralConfig.cs (1)
34this.HeadDim = this.HiddenSize / this.NumAttentionHeads;
1 reference to HeadDim
Microsoft.ML.GenAI.Mistral (1)
MistralModel.cs (1)
32var headDim = config.HeadDim;