Spaces:
Runtime error
Runtime error
Update run.sh
Browse files
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
|