Skip to content

Commit a42242d

Browse files
authored
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.
1 parent b971c76 commit a42242d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/beit/convert_beit_unilm_to_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def convert_beit_checkpoint(checkpoint_url, pytorch_dump_folder_path):
359359

360360
parser.add_argument(
361361
"--checkpoint_url",
362-
default="https://unilm.blob.core.windows.net/beit/beit_base_patch16_224_pt22k_ft22kto1k.pth",
362+
default="https://conversationhub.blob.core.windows.net/beit-share-public/beit/beit_base_patch16_224_pt22k_ft22kto1k.pth",
363363
type=str,
364364
help="URL to the original PyTorch checkpoint (.pth file).",
365365
)

0 commit comments

Comments
 (0)