Update llama.cpp
This commit is contained in:
parent
be26777a6a
commit
193f295a3a
1 changed files with 1 additions and 1 deletions
|
@ -1771,7 +1771,7 @@ static struct ggml_cgraph * llama_build_graph(
|
||||||
// - embd embeddings input
|
// - embd embeddings input
|
||||||
// - n_tokens number of tokens
|
// - n_tokens number of tokens
|
||||||
// - n_past: the context size so far
|
// - n_past: the context size so far
|
||||||
// - n_threads: number of threads to use
|
// - n_threads: number of threads to use for inference
|
||||||
// - pp_threads: number of threads to use for prompt processing
|
// - pp_threads: number of threads to use for prompt processing
|
||||||
//
|
//
|
||||||
static bool llama_eval_internal(
|
static bool llama_eval_internal(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue