From 9b2210712896bc609b5d0c92fc85451cd80b4eac Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Fri, 6 Dec 2019 12:01:58 -0700 Subject: [PATCH] Develop (#22) * various small changes * various small changes * update * update * update * update * update * auto save * change model loc * updated instructions * moved to gcloud storage * fixed cd issue * update --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 358bdf4..11f0822 100755 --- a/install.sh +++ b/install.sh @@ -9,7 +9,8 @@ if [ -d "${MODELS_DIRECTORY}/${MODEL_VERSION}" ]; then else cd ${MODELS_DIRECTORY} echo "Downloading AIDungeon2 Model... (this may take a few minutes)" - gsutil -m cp -r gs://multiregionaidungeon2/model_v5 . + gsutil -m cp -r gs://ai_dungeon_awesomeness/model_v5 . + echo "Download Complete!" cd ../../..