We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f7e40 commit 077c3bdCopy full SHA for 077c3bd
rebuild_llama.cpp.ps1
@@ -54,7 +54,7 @@ $lines = @(
54
"# "
55
"if (LLAMA_BLAS AND DEFINED LLAMA_BLAS_VENDOR)"
56
" if (`${LLAMA_BLAS_VENDOR} MATCHES `"OpenBLAS`")"
57
- " set(LLAMA_EXTRA_INCLUDES ${LLAMA_EXTRA_INCLUDES}`"$(Resolve-UnixPath "./vendor/OpenBLAS/include")`")"
+ " set(LLAMA_EXTRA_INCLUDES ${LLAMA_EXTRA_INCLUDES} `"$(Resolve-UnixPath "./vendor/OpenBLAS/include")`")"
58
" set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} `"$(Resolve-UnixPath "./vendor/OpenBLAS/lib/libopenblas.dll.a")`")"
59
" add_compile_definitions(GGML_USE_OPENBLAS)"
60
" endif()"
0 commit comments