summaryrefslogtreecommitdiff
path: root/ggml.h
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-01-23 14:12:57 +0200
committerGitHub <noreply@github.com>2024-01-23 14:12:57 +0200
commit89758723c75ba594e401f6513751beeba7ca1d28 (patch)
tree25555096747a2c44c5d8bdee6a67af43c8f2afb9 /ggml.h
parent2bed4aa3f37cb4e39e16e9ec7b595a7738fd5faf (diff)
minor : clean-up some warnings and style (#5094)
* minor : clean-up some warnings and style ggml-ci * ggml : add comment
Diffstat (limited to 'ggml.h')
-rw-r--r--ggml.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ggml.h b/ggml.h
index dca7bd9c..1c497627 100644
--- a/ggml.h
+++ b/ggml.h
@@ -1499,7 +1499,6 @@ extern "C" {
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * b,
- struct ggml_tensor * c,
int s0,
int s1,
int p0,