Skip to content

Commit

Permalink
fix checkpoint downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenRocks committed Sep 1, 2020
1 parent 88d3896 commit 1b62840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/download_pretrained.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ fi
BLOB='https://convaisharables.blob.core.windows.net/uniter'

for MODEL in uniter-base uniter-large; do
wget $BLOB/pretrained/$MODEL.pt -P $DOWNLOAD/pretrained/
# This will overwrite models
wget $BLOB/pretrained/$MODEL.pt -O $DOWNLOAD/pretrained/$MODEL.pt
done

0 comments on commit 1b62840

Please sign in to comment.