1 write to AttnImplementation
Microsoft.ML.GenAI.Mistral (1)
MistralConfig.cs (1)
32this.AttnImplementation = "eager";
1 reference to AttnImplementation
Microsoft.ML.GenAI.Mistral (1)
MistralModel.cs (1)
102if (this._config.AttnImplementation == "flash_attention_2")