1 write to Mistral_7B_Instruct_v0_3
Microsoft.ML.GenAI.Mistral (1)
MistralConfig.cs (1)
44Mistral_7B_Instruct_v0_3 = JsonSerializer.Deserialize<MistralConfig>(mistral7BInstructContent) ?? throw new ArgumentNullException(nameof(mistral7BInstructContent));
1 reference to Mistral_7B_Instruct_v0_3
Microsoft.ML.GenAI.Mistral.Tests (1)
Mistral_7B_Instruct_V0_3Tests.cs (1)
34var model = new MistralForCausalLM(MistralConfig.Mistral_7B_Instruct_v0_3);