Update llama.cpp

This commit is contained in:
Eve 2023-08-08 22:47:34 -04:00 committed by GitHub
parent be26777a6a
commit 193f295a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1771,7 +1771,7 @@ static struct ggml_cgraph * llama_build_graph(
// - embd embeddings input
// - n_tokens number of tokens
// - 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
//
static bool llama_eval_internal(