download_bge_model.py 99 B

123
  1. #模型下载
  2. from modelscope import snapshot_download
  3. model_dir = snapshot_download('BAAI/bge-m3')