1 write to model
Microsoft.ML.GenAI.Phi (1)
Phi2\Phi2ForCasualLM.cs (1)
27this.model = new Phi2Model(config);
1 reference to model
Microsoft.ML.GenAI.Phi (1)
Phi2\Phi2ForCasualLM.cs (1)
42var output = this.model.forward(inputIds, attentionMask, pastKeyValueLength, positionIds, inputEmbeddings, options);