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