fix mpi build
This commit is contained in:
parent
598a9ada8f
commit
8afe392398
1 changed files with 1 additions and 1 deletions
|
@ -1779,7 +1779,7 @@ static bool llama_eval_internal(
|
||||||
LLAMA_ASSERT(!!kv_self.ctx);
|
LLAMA_ASSERT(!!kv_self.ctx);
|
||||||
|
|
||||||
const int64_t n_embd = hparams.n_embd;
|
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_ctx = hparams.n_ctx;
|
||||||
//const int64_t n_head = hparams.n_head;
|
//const int64_t n_head = hparams.n_head;
|
||||||
//const int64_t n_head_kv = hparams.n_head_kv;
|
//const int64_t n_head_kv = hparams.n_head_kv;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue