Search code examples
gitgit-clonegit-lfs

How to download a project's big file which uses Git Large File Storage manually?


I am trying to clone 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 technology. I need this project but my internet connection is not a reliable one so I think it would be a better choice to download the huge files manually maybe using some download manager. Is there any way to do the manual download? If not, what is the alternative solution?


Solution

  • You can download them directly from github, for example: https://github.com/mozilla/DeepSpeech/raw/master/data/lm/lm.binary enter image description here