Skip to content

Commit

Permalink
migrate azure blob for beit checkpoints (#16902)
Browse files Browse the repository at this point in the history
## Motivation

We are going to use a new blob account to store the checkpoints.

## Modification

Modify the azure blob storage URLs for BEiT checkpoints.
  • Loading branch information
donglixp committed May 12, 2022
1 parent b971c76 commit a42242d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -359,7 +359,7 @@ def convert_beit_checkpoint(checkpoint_url, pytorch_dump_folder_path):

parser.add_argument(
"--checkpoint_url",
default="https://unilm.blob.core.windows.net/beit/beit_base_patch16_224_pt22k_ft22kto1k.pth",
default="https://conversationhub.blob.core.windows.net/beit-share-public/beit/beit_base_patch16_224_pt22k_ft22kto1k.pth",
type=str,
help="URL to the original PyTorch checkpoint (.pth file).",
)
Expand Down

0 comments on commit a42242d

Please sign in to comment.