mobinln commited on
Commit
f500c06
·
verified ·
1 Parent(s): dbbe02e

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -6,8 +6,8 @@ cd $WORK
6
  echo "✅ Downloading llamacpp..."
7
 
8
  wget -O llama_cpp.zip https://github.com/ggml-org/llama.cpp/releases/download/b6102/llama-b6102-bin-ubuntu-x64.zip > /dev/null 2>&1
9
- ls
10
  unzip llama_cpp.zip > /dev/null 2>&1
 
11
 
12
  echo "✅ Booting up llama server..."
13
 
 
6
  echo "✅ Downloading llamacpp..."
7
 
8
  wget -O llama_cpp.zip https://github.com/ggml-org/llama.cpp/releases/download/b6102/llama-b6102-bin-ubuntu-x64.zip > /dev/null 2>&1
 
9
  unzip llama_cpp.zip > /dev/null 2>&1
10
+ ls
11
 
12
  echo "✅ Booting up llama server..."
13