Skip to content

Commit 193f295

Browse files
authored
Update llama.cpp
1 parent be26777 commit 193f295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ static struct ggml_cgraph * llama_build_graph(
17711771
// - embd embeddings input
17721772
// - n_tokens number of tokens
17731773
// - n_past: the context size so far
1774-
// - n_threads: number of threads to use
1774+
// - n_threads: number of threads to use for inference
17751775
// - pp_threads: number of threads to use for prompt processing
17761776
//
17771777
static bool llama_eval_internal(

0 commit comments

Comments
 (0)