1 write to model
Microsoft.ML.GenAI.Mistral (1)
MistralForCausalLM.cs (1)
32
model
= new MistralModel(config);
1 reference to model
Microsoft.ML.GenAI.Mistral (1)
MistralForCausalLM.cs (1)
42
var outputs = this.
model
.forward(input);