Not building with CUBLAS in Windows? #174
Unanswered
pinballelectronica
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@pinballelectronica can you try the new instructions in the README, some users mentioned using |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have made a powershell cublas compile script for windows. It is under issues and it works for me. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am trying to compile this as a dependency on another project and noticed that the env settings don't seem to be taking. I'm not sure if this is supposed to work on Windows or not so maybe that's the issue. I'll try WSL next and failing that, Docker.
EX:
F:\privateGPT>set LLAMA_CUBLAS=1 && set FORCE_CMAKE=1 && pip install llama-cpp-python
Wheel builds but when running it doesn't seem to be using CUDA (0% GPU). No errors.
F:\privateGPT>python --version
Python 3.10.10
also:
i9-12900 128g
4090
cuda 12.0
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions