1 write to AttnImplementation
Microsoft.ML.GenAI.Phi (1)
Phi3\Config.cs (1)
40this.AttnImplementation = "eager";
2 references to AttnImplementation
Microsoft.ML.GenAI.Phi (2)
Module\Phi3DecoderLayer.cs (1)
83if (config.AttnImplementation == "eager")
Module\Phi3Model.cs (1)
105if (this._config.AttnImplementation == "flash_attention_2")