embed_api / download.py
sam2ai's picture
Synced repo using 'sync_with_huggingface' Github Action
c4e0c0c
raw
history blame contribute delete
142 Bytes
from huggingface_hub import snapshot_download
snapshot_download(repo_id="BAAI/bge-small-en-v1.5", local_dir='models/BAAI/bge-small-en-v1.5')