Remove trailing whitespace

This commit is contained in:
Mason M 2023-09-03 10:17:29 -03:00
parent 8ee7232c86
commit 5b335cbe95
2 changed files with 2 additions and 2 deletions

View file

@ -250,7 +250,7 @@ if (LLAMA_CUBLAS)
message(STATUS "cuBLAS found")
enable_language(CUDA)
set(GGML_HEADERS_CUDA ggml-cuda.h)
set(GGML_SOURCES_CUDA ggml-cuda.cu)

View file

@ -2,7 +2,7 @@
This program builds the [main](../main) application using a relocatable CMake package. It serves as an example of using the `find_package()` CMake command to conveniently include [llama.cpp](https://github.com/ggerganov/llama.cpp) in projects which live outside of the source tree.
## Building
## Building
Because this example is "outside of the source tree", it is important to first build/install llama.cpp using CMake. An example is provided here, but please see the [llama.cpp build instructions](../..) for more detailed build instructions.