1 write to IntermediateSize
Microsoft.ML.GenAI.Phi (1)
Phi2\Config.cs (1)
22
this.
IntermediateSize
= 8192;
2 references to IntermediateSize
Microsoft.ML.GenAI.Phi (2)
Module\Phi2MLP.cs (2)
25
this.fc1 = new GenAILinear(config.HiddenSize, config.
IntermediateSize
, dtype: config.Dtype);
26
this.fc2 = new GenAILinear(config.
IntermediateSize
, config.HiddenSize, dtype: config.Dtype);