rms_norm

Function rms_norm 

Source
pub fn rms_norm(x: &[f32], w: &[f32], d: usize, eps: f32) -> Vec<f32>
Expand description

RMSNorm without bias — the norm every OTHER GLM module uses.