From 193f295a3a6d7144d59449b762ad97feb6d6e248 Mon Sep 17 00:00:00 2001 From: Eve <139727413+netrunnereve@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:47:34 -0400 Subject: [PATCH] Update llama.cpp --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index f58ca7487..fbe04958b 100644 --- a/llama.cpp +++ b/llama.cpp @@ -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(