1 write to _config
Microsoft.ML.GenAI.Phi (1)
Module\Phi3Model.cs (1)
30
this.
_config
= config;
2 references to _config
Microsoft.ML.GenAI.Phi (2)
Module\Phi3Model.cs (2)
105
if (this.
_config
.AttnImplementation == "flash_attention_2")
111
attentionMask = AttentionMaskConverter.Create4DCausalAttentionMask(attentionMask, [batchSize, seqLength], inputsEmbeds.dtype, device, pastKeyValuesLength, this.
_config
.SlidingWindow);