Update ggml/src/ggml-cuda/concat.cu

This commit is contained in:
Diego Devesa 2024-12-11 02:25:48 +01:00 committed by GitHub
parent f8a5b04441
commit 618708c549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,4 +217,3 @@ void ggml_cuda_op_concat(ggml_backend_cuda_context & ctx, ggml_tensor * dst) {
}
}
}
}