File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -309,8 +309,6 @@ def convert_hf_checkpoint(
309
309
model_name : Optional [str ] = None ,
310
310
remove_bin_files : bool = False ,
311
311
):
312
- print (model_name )
313
- print ("***********************" )
314
312
if "llava" in model_name :
315
313
convert_llava_checkpoint (model_dir = model_dir )
316
314
else :
Original file line number Diff line number Diff line change @@ -80,16 +80,10 @@ def download_and_convert(
80
80
# allows recovery in the event that the download or conversion
81
81
# fails unexpectedly.
82
82
temp_dir = models_dir / "downloads" / model_config .name
83
- # temp_dir = Path("/home/gasoonjia") / "downloads" / model_config.name
84
-
85
83
if os .path .isdir (temp_dir ):
86
84
shutil .rmtree (temp_dir )
87
85
os .makedirs (temp_dir , exist_ok = True )
88
86
89
- print ("**************************************************" )
90
- print ("**************************************************" )
91
- print ("temp dir: " , temp_dir )
92
-
93
87
try :
94
88
if (
95
89
model_config .distribution_channel
You can’t perform that action at this time.
0 commit comments