mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-20 12:20:53 +08:00
11 lines
197 B
Bash
Executable File
11 lines
197 B
Bash
Executable File
curl https://sdk.cloud.google.com | bash
|
|
exec -l $SHELL
|
|
gcloud init
|
|
|
|
|
|
URL="gs://aidungeon2model/finetuned_model.tar.gz"
|
|
|
|
gsutil -m cp -r "$URL" model
|
|
cd model
|
|
tar -xvzf finetuned_model.tar.gz
|
|
cd .. |