We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f154685 commit 731cd6eCopy full SHA for 731cd6e
easy_KCPP-ROCm_install.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+git clone https://github.com/YellowRoseCx/koboldcpp-rocm.git -b main --depth 1 && \
4
+cd koboldcpp-rocm && \
5
+make LLAMA_HIPBLAS=1 -j4 && \
6
+./koboldcpp.py
7
0 commit comments