Skip to content

Commit 9aed089

Browse files
author
Blood pirouette
committed
Merge remote-tracking branch 'origin/main'
2 parents 85430c1 + 960df59 commit 9aed089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android_run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ DownloadModel() {
3030

3131

3232
if [ -d "$HOME/koboldcpp" ]; then
33-
if [ -f "$HOME/folder/ggml-alpaca-7b-q4.bin" ]; then
33+
if [ -f "$HOME/koboldcpp/ggml-alpaca-7b-q4.bin" ]; then
34+
cd "$HOME/koboldcpp"
3435
python koboldcpp.py ggml-alpaca-7b-q4.bin
3536
else
3637
DownloadModel

0 commit comments

Comments
 (0)