]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml : remove trailing whitespace (#0)
authorGeorgi Gerganov <redacted>
Tue, 1 Jul 2025 08:05:48 +0000 (11:05 +0300)
committerGeorgi Gerganov <redacted>
Tue, 1 Jul 2025 08:06:39 +0000 (11:06 +0300)
ggml/src/ggml.c

index b499f3785656c080b5c252a126ab517792cd76b6..c51cb57cc6821f9940f67dfabbc324c8d4ee0ac7 100644 (file)
@@ -4458,7 +4458,7 @@ static struct ggml_tensor * ggml_interpolate_impl(
         int64_t               ne3,
         uint32_t              mode) {
     GGML_ASSERT((mode & 0xFF) < GGML_SCALE_MODE_COUNT);
-    
+
     struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type, ne0, ne1, ne2, ne3);
 
     ggml_set_op_params_i32(result, 0, (int32_t)mode);