* 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
This commit is contained in:
Nick Walton
2019-12-06 12:01:58 -07:00
committed by GitHub
parent 01228b09ed
commit 9b22107128
+2 -1
View File
@@ -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 ../../..