rmsnorm_h128

rmsnorm
·Solutions (9)

Root Mean Square Normalization with hidden_size=128. Captured from Qwen3-30B-A3B. Epsilon is fixed at 1e-6.

status:verified
model:qwen3-30b-a3b

Axes

batch_size
var
hidden_size
128

Signature

Inputs

NameTypeShape
hidden_states
bfloat16[batch_size, hidden_size]
weight
bfloat16[hidden_size]

Outputs

NameTypeShape
output
bfloat16[batch_size, hidden_size]

Reference Implementation

Loading editor...
Loading solutions…