diff --git a/llama.cpp b/llama.cpp index 7ed8722376d2d..2cd2dad7f3bb0 100644 --- a/llama.cpp +++ b/llama.cpp @@ -5721,7 +5721,6 @@ static struct ggml_cgraph * llama_build_graph( // // - lctx: llama context // - batch: batch to evaluate -// - n_threads: number of threads to use // // return 0 on success // return positive int on warning