1 write to AttnImplementation
Microsoft.ML.GenAI.LLaMA (1)
LlamaConfig.cs (1)
38this.AttnImplementation = "eager";
1 reference to AttnImplementation
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaModel.cs (1)
104if (this._config.AttnImplementation == "flash_attention_2")