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