Replies: 3 comments 1 reply
-
cmake -G "Visual Studio 17 2022" Hope it helps, though I don't know how you'll make ggml use the lib/dll. If you get into that would be nice to update here for others. |
Beta Was this translation helpful? Give feedback.
-
Thanks, What i did:
It's messy but i just wanted to see if i'd get any performance improvements |
Beta Was this translation helpful? Give feedback.
-
Blas is accelerated by compiling GGML provided, so in the
Then compile, specifying
|
Beta Was this translation helpful? Give feedback.
-
Supposedly there's performance uplift with linking of OpenBLAS
Any hints how to set it up on windows? I have no issues on linux but windows cmake does not seem to want to cooperate with me at the moment in case of OpenBLAS
Beta Was this translation helpful? Give feedback.
All reactions