From cb56f57b3a38d5440f250f608ed3b8f0b0a66477 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Sat, 7 Dec 2019 19:22:47 -0700 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a3514ce..1ebd7f8 100755 --- a/install.sh +++ b/install.sh @@ -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"