From 8afe3923984844bd994506ca48091c92e2e7b0fd Mon Sep 17 00:00:00 2001 From: slaren Date: Thu, 27 Jul 2023 12:15:49 +0200 Subject: [PATCH] fix mpi build --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index f478aca22..f34f6d0e9 100644 --- a/llama.cpp +++ b/llama.cpp @@ -1779,7 +1779,7 @@ static bool llama_eval_internal( LLAMA_ASSERT(!!kv_self.ctx); const int64_t n_embd = hparams.n_embd; - //const int64_t n_layer = hparams.n_layer; + const int64_t n_layer = hparams.n_layer; //const int64_t n_ctx = hparams.n_ctx; //const int64_t n_head = hparams.n_head; //const int64_t n_head_kv = hparams.n_head_kv;