Merge branch 'master' into concedo
This commit is contained in:
commit
a097703ec4
1 changed files with 2 additions and 2 deletions
2
ggml.c
2
ggml.c
|
@ -5556,7 +5556,7 @@ static void ggml_compute_forward_rms_norm_f32(
|
||||||
const size_t nb2 = dst->nb[2];
|
const size_t nb2 = dst->nb[2];
|
||||||
const size_t nb3 = dst->nb[3];
|
const size_t nb3 = dst->nb[3];
|
||||||
|
|
||||||
const ggml_float eps = 1e-5f; // TODO: make this a parameter
|
const ggml_float eps = 1e-6f; // TODO: make this a parameter
|
||||||
|
|
||||||
// TODO: optimize
|
// TODO: optimize
|
||||||
for (int i03 = 0; i03 < ne03; i03++) {
|
for (int i03 = 0; i03 < ne03; i03++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue