git lfs pull
#1
by
Toscano8070
- opened
Hi guys, I am a newbie, git lfs pull is not working for me ! It says: (venv) (base) PS C:\AI\DeepSeek2\On-Device-Speech-to-Speech-Conversational-AI> git lfs pull
git: 'lfs' is not a git command. See 'git --help'. The most similar commands are flow refs.
What I am doing wrong? Any help is welcome! Toscano8070
@Toscano8070
You may need to install LFS first (https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage). Another thing you can do is to manually download the model file and put it inside of the data/models
directory. Please let me know if that worked for you or not.