Skip to content

Commit

Permalink
Removes multiple newlines at the end of files that is breaking the ed…
Browse files Browse the repository at this point in the history
…itorconfig step of CI. (llama/8258)
  • Loading branch information
HanClinto authored and ggerganov committed Jul 8, 2024
1 parent 696c62b commit 4bb9e17
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion include/ggml-metal.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ GGML_API void ggml_backend_metal_capture_next_compute(ggml_backend_t backend);
#ifdef __cplusplus
}
#endif

1 change: 0 additions & 1 deletion src/ggml-cuda/cpy.cu
Original file line number Diff line number Diff line change
Expand Up @@ -487,4 +487,3 @@ void* ggml_cuda_cpy_fn(const ggml_tensor * src0, ggml_tensor * src1) {
GGML_ASSERT(false);
}
}

1 change: 0 additions & 1 deletion src/ggml-metal.metal
Original file line number Diff line number Diff line change
Expand Up @@ -6537,4 +6537,3 @@ template [[host_name("kernel_mul_mv_id_iq3_s_f32")]] kernel kernel_mul_mv_id_t
template [[host_name("kernel_mul_mv_id_iq2_s_f32")]] kernel kernel_mul_mv_id_t kernel_mul_mv_id<mmv_fn<kernel_mul_mv_iq2_s_f32_impl>>;
template [[host_name("kernel_mul_mv_id_iq4_nl_f32")]] kernel kernel_mul_mv_id_t kernel_mul_mv_id<mmv_fn<kernel_mul_mv_iq4_nl_f32_impl>>;
template [[host_name("kernel_mul_mv_id_iq4_xs_f32")]] kernel kernel_mul_mv_id_t kernel_mul_mv_id<mmv_fn<kernel_mul_mv_iq4_xs_f32_impl>>;

1 change: 0 additions & 1 deletion src/ggml-quants.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,3 @@ void iq3xs_free_impl(int grid_size);
#ifdef __cplusplus
}
#endif

0 comments on commit 4bb9e17

Please sign in to comment.