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 077c3bd commit 65495cfCopy full SHA for 65495cf
rebuild_llama.cpp.ps1
@@ -54,8 +54,8 @@ $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")`")"
58
- " set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} `"$(Resolve-UnixPath "./vendor/OpenBLAS/lib/libopenblas.dll.a")`")"
+ " set(LLAMA_EXTRA_INCLUDES `${LLAMA_EXTRA_INCLUDES} `"$(Resolve-UnixPath "./vendor/OpenBLAS/include")`")"
+ " set(LLAMA_EXTRA_LIBS `${LLAMA_EXTRA_LIBS} `"$(Resolve-UnixPath "./vendor/OpenBLAS/lib/libopenblas.dll.a")`")"
59
" add_compile_definitions(GGML_USE_OPENBLAS)"
60
" endif()"
61
"endif()"
0 commit comments