Unverified Commit a42242da authored by Li Dong's avatar Li Dong Committed by GitHub
Browse files

migrate azure blob for beit checkpoints (#16902)

## Motivation

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

## Modification

Modify the azure blob storage URLs for BEiT checkpoints.
parent b971c769
......@@ -359,7 +359,7 @@ if __name__ == "__main__":
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).",
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment