File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
BEGINNER_DATA_DIR = REPO_BASE_DIR / "beginner_source" / "data"
13
13
INTERMEDIATE_DATA_DIR = REPO_BASE_DIR / "intermediate_source" / "data"
14
14
ADVANCED_DATA_DIR = REPO_BASE_DIR / "advanced_source" / "data"
15
- PROTOTYPE_DATA_DIR = REPO_BASE_DIR / "prototype_source " / "data"
15
+ PROTOTYPE_DATA_DIR = REPO_BASE_DIR / "unstable_source " / "data"
16
16
FILES_TO_RUN = os .getenv ("FILES_TO_RUN" )
17
17
18
18
@@ -106,7 +106,7 @@ def download_lenet_mnist() -> None:
106
106
)
107
107
108
108
def download_gpu_quantization_torchao () -> None :
109
- # Download SAM model checkpoint for prototype_source /gpu_quantization_torchao_tutorial.py
109
+ # Download SAM model checkpoint unstable_source /gpu_quantization_torchao_tutorial.py
110
110
download_url_to_file ("https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth" ,
111
111
prefix = PROTOTYPE_DATA_DIR ,
112
112
dst = "sam_vit_h_4b8939.pth" ,
You can’t perform that action at this time.
0 commit comments