Skip to content

FixedRMSNormConfig

Module: fast_llm.layers.common.normalization.config

Variant of: NormalizationConfig — select with type: fixed_rms_norm

Inherits from: NormalizationConfig, ModuleConfig

Fields

epsilonarchitecture

Type: float    Default: 1e-05

Regularizer for the division.

lr_scalefeature

Type: float or None    Default: None

Scaling factor for the layer learning rate. Combines multiplicatively with the scale set by the parent layer and individual parameters, if applicable.