We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e99b3c commit a7e74b3Copy full SHA for a7e74b3
README.md
@@ -1,7 +1,7 @@
1
# koboldcpp-ROCM
2
3
-To install, run "make LLAMA_HIPBLAS=1" twice. IDK why it needs done twice. The .so files don't get made until its ran a second time
4
-```make LLAMA_HIPBLAS=1 && make LLAMA_HIPBLAS=1```
+To install, run
+```make LLAMA_HIPBLAS=1```
5
To use ROCM, set GPU layers with --gpulayers when starting koboldcpp
6
7
--------
0 commit comments