Skip to content

Commit e1a9c5b

Browse files
committed
Update
1 parent e16b8e8 commit e1a9c5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jenkins/download_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ def download_lenet_mnist() -> None:
107107

108108
def download_gpu_quantization_torchao() -> None:
109109
# Download SAM model checkpoint for prototype_source/gpu_quantization_torchao_tutorial.py
110-
z = download_url_to_file("https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth",
110+
download_url_to_file("https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth",
111111
prefix=PROTOTYPE_DATA_DIR,
112+
dst="sam_vit_h_4b8939.pth",
112113
sha256="a7bf3b02f3ebf1267aba913ff637d9a2d5c33d3173bb679e46d9f338c26f262e",
113114
)
114115

0 commit comments

Comments
 (0)