We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec18edf commit 00c361fCopy full SHA for 00c361f
src/llama-model.cpp
@@ -626,6 +626,8 @@ void llama_model::load_hparams(llama_model_loader & ml) {
626
switch (arch) {
627
case LLM_ARCH_LLAMA:
628
{
629
+ ml.get_key(LLM_KV_ATTENTION_LAYERNORM_RMS_EPS, hparams.f_norm_rms_eps);
630
+
631
if (hparams.n_expert == 8) {
632
switch (hparams.n_layer) {
633
case 32: type = LLM_TYPE_8x7B; break;
0 commit comments