This website works better with JavaScript
Home
Explore
Help
Register
Sign In
python
/
self-constructing_graph
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
self-constru...
/
command
/
download_bge_model.py
download_bge_model.py
99 B
Permalink
History
Raw
1
2
3
#模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('BAAI/bge-m3')