This commit is contained in:
Nick
2019-11-01 13:25:31 -06:00
parent 552db98e7d
commit 08e0f2b0cb
+4 -4
View File
@@ -1,7 +1,7 @@
URL="https://storage.cloud.google.com/aidungoen2model/finetuned_model.tar.gz?folder&organizationId"
wget -O ./model "$URL"
cd model
curl -sSL https://sdk.cloud.google.com | bash
gsutil -m cp gs://aidungeon2model/finetuned_model.tar.gz
tar -xvzf finetuned_model.tar.gz
cd ..