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