Skip to content

Commit 077c3bd

Browse files
committed
Add missing whitespace
1 parent 37f7e40 commit 077c3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebuild_llama.cpp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $lines = @(
5454
"# "
5555
"if (LLAMA_BLAS AND DEFINED LLAMA_BLAS_VENDOR)"
5656
" if (`${LLAMA_BLAS_VENDOR} MATCHES `"OpenBLAS`")"
57-
" set(LLAMA_EXTRA_INCLUDES ${LLAMA_EXTRA_INCLUDES}`"$(Resolve-UnixPath "./vendor/OpenBLAS/include")`")"
57+
" set(LLAMA_EXTRA_INCLUDES ${LLAMA_EXTRA_INCLUDES} `"$(Resolve-UnixPath "./vendor/OpenBLAS/include")`")"
5858
" set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} `"$(Resolve-UnixPath "./vendor/OpenBLAS/lib/libopenblas.dll.a")`")"
5959
" add_compile_definitions(GGML_USE_OPENBLAS)"
6060
" endif()"

0 commit comments

Comments
 (0)