remove trailing whitespace

This commit is contained in:
xaedes 2023-05-08 00:04:54 +02:00
parent 7c8768f819
commit 2936dd60a4
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1
4 changed files with 120 additions and 120 deletions

2
ggml.h
View file

@ -862,7 +862,7 @@ extern "C" {
int n_dims,
int mode);
// in-place, returns view(a)
// in-place, returns view(a)
GGML_API struct ggml_tensor * ggml_rope_inplace(
struct ggml_context * ctx,
struct ggml_tensor * a,