4 references to MistralForCausalLM
Microsoft.ML.GenAI.Mistral (3)
MistralForCausalLM.cs (3)
60
var model = new
MistralForCausalLM
(modelConfig);
88
var model = new
MistralForCausalLM
(modelConfig);
106
model = new
MistralForCausalLM
(modelConfig);
Microsoft.ML.GenAI.Mistral.Tests (1)
Mistral_7B_Instruct_V0_3Tests.cs (1)
34
var model = new
MistralForCausalLM
(MistralConfig.Mistral_7B_Instruct_v0_3);