sam2ai commited on
Commit
c4e0c0c
·
1 Parent(s): 2ef2341

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. download.py +1 -1
download.py CHANGED
@@ -1,4 +1,4 @@
1
  from huggingface_hub import snapshot_download
2
 
3
 
4
- snapshot_download(repo_id="BAAI/bge-small-en-v1.5", local_dir='./models/BAAI/bge-small-en-v1.5')
 
1
  from huggingface_hub import snapshot_download
2
 
3
 
4
+ snapshot_download(repo_id="BAAI/bge-small-en-v1.5", local_dir='models/BAAI/bge-small-en-v1.5')