Remove GGML_USE_CUBLAS when CT_HIPBLAS is defined #136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "muaiyadh/main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I couldn't install the library with HIPBLAS because of missing CUDA stuff.
Turns out there was an extra option for compiling with CUBLAS when CT_HIPBLAS is defined.
Also, should fix #134 and #135
Trying this myself, it seems to work, thank you!
Still does not build for me. However, the log is now significant shorter.
https://gist.github.com/CrashTD/e3ef7d4901a22b7795e1618b196e3d36
maybe just a incompatibility with the still relatively new gfx1101?
It looks like your compilation is using the standard system compilers (cc and c++), try setting the environment variables
CC="/opt/rocm/llvm/bin/clang" CXX="/opt/rocm/llvm/bin/clang++"(you can prepend that to the pip install command), e.g.CC="/opt/rocm/llvm/bin/clang" CXX="/opt/rocm/llvm/bin/clang++" CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformersThat in combination with the removal of the CUBLAS line fixed it. Thanks a lot!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.