diff --git a/ggml/src/ggml-cuda/top-k.cuh b/ggml/src/ggml-cuda/top-k.cuh index 85a95bc1bc..f4d8f61e5b 100644 --- a/ggml/src/ggml-cuda/top-k.cuh +++ b/ggml/src/ggml-cuda/top-k.cuh @@ -1,3 +1,3 @@ #include "common.cuh" -void ggml_cuda_op_top_k(ggml_backend_cuda_context & ctx, ggml_tensor * dst); \ No newline at end of file +void ggml_cuda_op_top_k(ggml_backend_cuda_context & ctx, ggml_tensor * dst);