mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
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
This commit is contained in:
+2
-1
@@ -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 ../../..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user