diff --git a/llama.cpp b/llama.cpp index 7ed872237..2cd2dad7f 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