2 references to MistralModel
Microsoft.ML.GenAI.Mistral (1)
MistralForCausalLM.cs (1)
32
model = new
MistralModel
(config);
Microsoft.ML.GenAI.Samples (1)
Mistral\Mistral_7B_Instruct.cs (1)
77
var model = new
MistralModel
(mistralConfig);