diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-01-23 14:12:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 14:12:57 +0200 |
commit | 89758723c75ba594e401f6513751beeba7ca1d28 (patch) | |
tree | 25555096747a2c44c5d8bdee6a67af43c8f2afb9 /ggml.h | |
parent | 2bed4aa3f37cb4e39e16e9ec7b595a7738fd5faf (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |