3 references to RopeScaling
Microsoft.ML.GenAI.Phi (3)
Module\Phi3Model.cs (1)
47this._rotaryEmb = config.RopeScaling switch
Module\Phi3SuScaledRotaryEmbedding.cs (2)
28JsonElement shortFactorElement = (JsonElement)config.RopeScaling!["short_factor"]; 29JsonElement longFactorDocument = (JsonElement)config.RopeScaling!["long_factor"];