1 write to _attentionDropout
Microsoft.ML.GenAI.Phi (1)
Module\Phi2Attention.cs (1)
60this._attentionDropout = config.AttentionDropout;
1 reference to _attentionDropout
Microsoft.ML.GenAI.Phi (1)
Module\Phi2Attention.cs (1)
153attnWeights = nn.functional.dropout(attnWeights, p: this._attentionDropout);