Error after following installation steps

Hello

Have the same issue:
Reading data/lm/lm.binary

----5—10—15—20—25—30—35—40—45—50—55—60—65—70—75—80—85—90—95–100

terminate called after throwing an instance of ‘lm::FormatLoadException’

what(): native_client/kenlm/lm/read_arpa.cc:65 in void lm::ReadARPACounts(util::FilePiece&, std::vector<long unsigned int>&) threw FormatLoadException.

first non-empty line was “version https://git-lfs.github.com/spec/v1” not \data. Byte: 43

Aborted

Tried to fix it, but probably did it wrong, what I did,
git clone https://github.com/git-lfs/git-lfs
/git-lfs$ pip install git-lfs

result:
https://files.pythonhosted.org/packages/a0/4e/6fc59e52b2178a1990cdeb54a6370f9e1c152f764e5f4e2d4b5f41edfa9b/git_lfs-1.5-py2.py3-none-any.whl

Installing collected packages: git-lfs

Successfully installed git-lfs-1.5

In spite of reading the readme, not sure I understand it well

So could someone please help me ?

Thanks!

That’s not what you are supposed to do. In the documentation, we do link to https://github.com/mozilla/DeepSpeech/blob/master/README.md#prerequisites Git-LFS’s website, so you should follow their instructions to set-it-up.

I don’t know where you got that pip install git-lfs, but it’s not what the document, so you still don’t have git-lfs properly installed and thus not the language model file.

I m very sorry … don t manage to install it … new into this … so forgive me if some remarks or questions sound ‘stupid’
if someone would be prepared to just list me the steps from going to website https://git-lfs.github.com
have to install it on a ubuntu server
so I should clone it there ,
git clone https://github.com/git-lfs/git-lfs/releases/tag/v2.5.1 + followed by the right version … (linux 386 ?) not sure what to take …

git clone https://github.com/git-lfs/git-lfs/releases/tag/v2.5.1/linux3.8.6.git

if someone is prepared to share commands used with me … I would be very grateful

What’s wrong with the big “Install” button on their first page? It gets you to https://packagecloud.io/github/git-lfs/install with all the instructions.