Skip to content

Commit

Permalink
Create easy_rocm_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx committed Jul 26, 2023
1 parent f154685 commit 731cd6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions easy_KCPP-ROCm_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

git clone https://github.com/YellowRoseCx/koboldcpp-rocm.git -b main --depth 1 && \
cd koboldcpp-rocm && \
make LLAMA_HIPBLAS=1 -j4 && \
./koboldcpp.py

0 comments on commit 731cd6e

Please sign in to comment.