vamsibanda commited on
Commit
b6595d7
1 Parent(s): 2fc3370

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -57,8 +57,7 @@ def download_onnx_model(model_name, cache_folder, model_path, force_download = F
57
  if force_download and os.path.exists(model_path):
58
  shutil.rmtree(model_path)
59
  elif os.path.exists(model_path):
60
- return
61
-
62
  snapshot_download(model_name,
63
  cache_dir=cache_folder,
64
  library_name='sentence-transformers',
 
57
  if force_download and os.path.exists(model_path):
58
  shutil.rmtree(model_path)
59
  elif os.path.exists(model_path):
60
+ return
 
61
  snapshot_download(model_name,
62
  cache_dir=cache_folder,
63
  library_name='sentence-transformers',