Skip to content

Commit

Permalink
[res/CircleRecipes] Removed beta(bias) from RmsNorm (#14200)
Browse files Browse the repository at this point in the history
This commit removes beta from RmsNorm in circle recipe

ONE-DCO-1.0-Signed-off-by: Seockho Kim [email protected]
  • Loading branch information
seockho-kim authored Oct 11, 2024
1 parent c6bfec9 commit 79414c8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions res/CircleRecipes/RmsNorm_000/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ operand {
arg: "1.0"
}
}
operand {
name: "beta"
type: FLOAT32
shape { dim: 4 }
filler {
tag: "explicit"
arg: "0.0"
arg: "0.0"
arg: "0.0"
arg: "0.0"
}
}
operand {
name: "ofm"
type: FLOAT32
Expand All @@ -36,7 +24,6 @@ operation {
type: "RmsNorm"
input: "ifm"
input: "gamma"
input: "beta"
output: "ofm"
rms_norm_options {
epsilon: 0.0001
Expand Down

0 comments on commit 79414c8

Please sign in to comment.