ai - 下载huggingface model到本地
访问量: 6
refer to:
export HF_ENDPOINT=https://hf-mirror.com
pip install -U huggingface_hub
hf download BAAI/bge-m3 --local-dir . --exclude '*.DS_Store' --exclude 'imgs/*'
访问量: 6
refer to:
export HF_ENDPOINT=https://hf-mirror.com
pip install -U huggingface_hub
hf download BAAI/bge-m3 --local-dir . --exclude '*.DS_Store' --exclude 'imgs/*'