-
Recently I found out openblas is much faster than avx2 in pre build llama.cpp, suprised me. just don't know how to build it in windows, cmake can't find the location. I also want to build it with rocm, so, I think cmake is the only option. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
FNsi
Jan 10, 2025
Replies: 1 comment
-
Fix by
Then can compile it with OpenBLAS in windows. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FNsi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix by
add /OpenBLAS, /OpenBLAS/libs, /OpenBLAS/include in windows environment variable.
Put cbls.h in /ggml
Then can compile it with OpenBLAS in windows.