]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
make rms_norm_eps a parameter (#2374)
authorslaren <redacted>
Mon, 24 Jul 2023 15:57:12 +0000 (17:57 +0200)
committerGitHub <redacted>
Mon, 24 Jul 2023 15:57:12 +0000 (17:57 +0200)
commit41c674161fb2459bdf7806d1eebead15bc5d046e
tree0a211224c924a579287762cc7492fe1c9fcf3509
parentb3f138d05849ccbce67303ac17b50ebbc268128a
make rms_norm_eps a parameter (#2374)

* make rms_norm_eps a parameter

* add rms_norm_eps to command line

* fix baby llama, test-grad0

* use scientific notation for eps param in the help

ggml-ci
examples/baby-llama/baby-llama.cpp
examples/common.cpp
examples/common.h
examples/train-text-from-scratch/train-text-from-scratch.cpp
ggml-cuda.cu
ggml-metal.m
ggml.c
ggml.h
llama.cpp
llama.h
tests/test-grad0.c