jchen8000 commited on
Commit
6989600
·
1 Parent(s): a664870

update server.py

Browse files
Files changed (1) hide show
  1. download-model.py +2 -2
download-model.py CHANGED
@@ -265,8 +265,8 @@ class ModelDownloader:
265
  else:
266
  print(f"Downloading the model to {output_folder}")
267
 
268
- logger.info("Download links" + links)
269
- logger.info("Download output_folder" + output_folder)
270
 
271
  self.start_download_threads(links, output_folder, start_from_scratch=start_from_scratch, threads=threads)
272
 
 
265
  else:
266
  print(f"Downloading the model to {output_folder}")
267
 
268
+ print("Download links" + links)
269
+ print("Download output_folder" + output_folder)
270
 
271
  self.start_download_threads(links, output_folder, start_from_scratch=start_from_scratch, threads=threads)
272