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