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