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 cbdd8b7 commit e16b8e8Copy full SHA for e16b8e8
.jenkins/download_data.py
@@ -108,11 +108,9 @@ def download_lenet_mnist() -> None:
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",
111
- prefix=DATA_DIR,
+ prefix=PROTOTYPE_DATA_DIR,
112
sha256="a7bf3b02f3ebf1267aba913ff637d9a2d5c33d3173bb679e46d9f338c26f262e",
113
)
114
- unzip(z, PROTOTYPE_DATA_DIR)
115
-
116
117
def main() -> None:
118
DATA_DIR.mkdir(exist_ok=True)
0 commit comments