ggerganov commited on
Commit
e37767f
·
1 Parent(s): d70ff9f

ggml : remove trailing whitespace (llama/0)

Browse files
Files changed (1) hide show
  1. ggml/src/ggml.c +1 -1
ggml/src/ggml.c CHANGED
@@ -4458,7 +4458,7 @@ static struct ggml_tensor * ggml_interpolate_impl(
4458
  int64_t ne3,
4459
  uint32_t mode) {
4460
  GGML_ASSERT((mode & 0xFF) < GGML_SCALE_MODE_COUNT);
4461
-
4462
  struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type, ne0, ne1, ne2, ne3);
4463
 
4464
  ggml_set_op_params_i32(result, 0, (int32_t)mode);
 
4458
  int64_t ne3,
4459
  uint32_t mode) {
4460
  GGML_ASSERT((mode & 0xFF) < GGML_SCALE_MODE_COUNT);
4461
+
4462
  struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type, ne0, ne1, ne2, ne3);
4463
 
4464
  ggml_set_op_params_i32(result, 0, (int32_t)mode);