如何手动下载使用Git大文件存储的项目大文件?
How to download a project's big file which uses Git Large File Storage manually?
我正在尝试克隆 Mozilla DeepSpeech but some files (I think the models) are huge so they are transferred to somewhere other than GitHub using Git Large File Storage 技术。我需要这个项目,但我的互联网连接不可靠,所以我认为手动下载大文件可能是使用某些下载管理器的更好选择。有什么办法可以手动下载吗?如果不是,替代解决方案是什么?
您可以直接从github下载它们,例如:
https://github.com/mozilla/DeepSpeech/raw/master/data/lm/lm.binary
我正在尝试克隆 Mozilla DeepSpeech but some files (I think the models) are huge so they are transferred to somewhere other than GitHub using Git Large File Storage 技术。我需要这个项目,但我的互联网连接不可靠,所以我认为手动下载大文件可能是使用某些下载管理器的更好选择。有什么办法可以手动下载吗?如果不是,替代解决方案是什么?
您可以直接从github下载它们,例如:
https://github.com/mozilla/DeepSpeech/raw/master/data/lm/lm.binary