2 instantiations of Phi2ForCausalLM
Microsoft.ML.GenAI.Phi (1)
Phi2\Phi2ForCausalLM.cs (1)
61
var wrapper = new
Phi2ForCausalLM
(modelConfig);
Microsoft.ML.GenAI.Phi.Tests (1)
Phi2Tests.cs (1)
33
var model = new
Phi2ForCausalLM
(Phi2Config.Phi2);
4 references to Phi2ForCausalLM
Microsoft.ML.GenAI.Phi (3)
Phi2\Phi2ForCausalLM.cs (3)
25
: base(nameof(
Phi2ForCausalLM
))
50
public static
Phi2ForCausalLM
FromPretrained(
61
var
wrapper = new Phi2ForCausalLM(modelConfig);
Microsoft.ML.GenAI.Phi.Tests (1)
Phi2Tests.cs (1)
33
var
model = new Phi2ForCausalLM(Phi2Config.Phi2);