Removes multiple newlines at the end of files that is breaking the editorconfig step of CI. (llama/8258)

This commit is contained in:
Clint Herron
2024-07-02 12:18:10 -04:00
committed by Georgi Gerganov
parent 4af3194b7c
commit c2c60dc9ba
4 changed files with 0 additions and 4 deletions

View File

@ -487,4 +487,3 @@ void* ggml_cuda_cpy_fn(const ggml_tensor * src0, ggml_tensor * src1) {
GGML_ASSERT(false);
}
}