Skip to content

Commit

Permalink
update link for checkpoints backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoming Zhao committed Mar 15, 2024
1 parent bff0ec8 commit 13f9875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_ckpts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "${FLAG_ORIGINAL}" == "1" ]; then
fi

elif [ "${FLAG_ORIGINAL}" == "0" ]; then
gdown 12Hb-PVMiiWpz9p3zUIXaGlUgTAbXLtPG -O ${DATA_ROOT}/
wget https://github.com/apple/ml-pgdvs/releases/download/v0.1/pgdvs_ckpts.zip -P ${DATA_ROOT}/
unzip ${DATA_ROOT}/pgdvs_ckpts.zip -d ${DATA_ROOT}/

else
Expand Down

0 comments on commit 13f9875

Please sign in to comment.