apt install git lfs 或者下载二进制文件加到环境变量
https://github.com/git-lfs/git-lfs/releases
git lfs install
git lfs clone huggingface文件路径
如果访问不了hugggingface.co用hf-mirror.com替代,国内下载速度还是挺快的
先按照pip install modelscope
modelscope download --dataset ddzhu123/seq-monkey --local_dir seq-monkey
如果这样下载不了
$ git lfs install
$ git clone https://huggingface.co/pkufool/icefall_asr_aishell_tdnn_lstm_ctc
换成这样下载
git lfs install
git clone https://hf-mirror.com/pkufool/icefall_asr_aishell_tdnn_lstm_ctc
url = "http://www.openslr.org/resources/11"url = "http://openslr.magicdatatech.com/resources/11"