Update install.sh

This commit is contained in:
Nick Walton
2019-12-07 19:22:47 -07:00
committed by GitHub
parent c0b3c933ab
commit cb56f57b3a
+1 -1
View File
@@ -1,7 +1,7 @@
MODELS_DIRECTORY=generator/gpt2/models
MODEL_VERSION=model_v5
MODEL_NAME=model-550
DOWNLOAD_URL=https://students.cs.byu.edu/~nickwalt
DOWNLOAD_URL=http://130.211.31.182:80
if [ -d "${MODELS_DIRECTORY}/${MODEL_VERSION}" ]; then
echo "AIDungeon2 is already installed"