Skip to content

Commit c4ea72b

Browse files
committed
ggml : remove trailing whitespace (llama/0)
1 parent 1e930ab commit c4ea72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4458,7 +4458,7 @@ static struct ggml_tensor * ggml_interpolate_impl(
44584458
int64_t ne3,
44594459
uint32_t mode) {
44604460
GGML_ASSERT((mode & 0xFF) < GGML_SCALE_MODE_COUNT);
4461-
4461+
44624462
struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type, ne0, ne1, ne2, ne3);
44634463

44644464
ggml_set_op_params_i32(result, 0, (int32_t)mode);

0 commit comments

Comments
 (0)