muryshev commited on
Commit
ee6fab8
·
verified ·
1 Parent(s): 8a4ac98

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -9,7 +9,7 @@ CONTEXT="${CONTEXT:-30000}"
9
  # Check if the file exists
10
  if [ ! -e "$MODEL_PATH" ]; then
11
  echo "Downloading model."
12
- wget -P /data -L https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF/resolve/main/mixtral-8x7b-instruct-v0.1.Q2_K.gguf
13
  else
14
  echo "File already exists."
15
  fi
 
9
  # Check if the file exists
10
  if [ ! -e "$MODEL_PATH" ]; then
11
  echo "Downloading model."
12
+ wget -P /data -O mixtral-8x7b-instruct-v0.1.Q2_K.gguf -L https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF/resolve/main/mixtral-8x7b-instruct-v0.1.Q2_K.gguf
13
  else
14
  echo "File already exists."
15
  fi