1 write to _paddingIdx
Microsoft.ML.GenAI.Mistral (1)
MistralModel.cs (1)
30this._paddingIdx = config.PadTokenId;
1 reference to _paddingIdx
Microsoft.ML.GenAI.Mistral (1)
MistralModel.cs (1)
33this.embed_tokens = nn.Embedding(config.VocabSize, config.HiddenSize, padding_idx: this._paddingIdx, dtype: config.DType);