We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16b8e8 commit e1a9c5bCopy full SHA for e1a9c5b
.jenkins/download_data.py
@@ -107,8 +107,9 @@ def download_lenet_mnist() -> None:
107
108
def download_gpu_quantization_torchao() -> None:
109
# 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",
+ download_url_to_file("https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth",
111
prefix=PROTOTYPE_DATA_DIR,
112
+ dst="sam_vit_h_4b8939.pth",
113
sha256="a7bf3b02f3ebf1267aba913ff637d9a2d5c33d3173bb679e46d9f338c26f262e",
114
)
115
0 commit comments