marian-nmt / marian

Fast Neural Machine Translation in C++
https://marian-nmt.github.io
Other
1.22k stars 228 forks source link

Sentencepiece Checkout fails in 1.9.0 #358

Closed johko closed 3 years ago

johko commented 3 years ago

Bug description

In Marian 1.9.0 when running cmake $MARIANPATH -DUSE_SENTENCEPIECE=on -DCOMPILE_CPU=on -DCOMPILE_SERVER=ON -DCOMPILE_CUDA=off && make when getting to the steps where all the 3rdParty repos get checked out, the process fails when getting to Sentencepiece with these error messages: fatal: reference is not a tree: 1d33bb67c3b6b2a51d3c9ffd55f37725801da39d Unable to checkout '1d33bb67c3b6b2a51d3c9ffd55f37725801da39d' in submodule path 'src/3rd_party/sentencepiece'

How to reproduce

Run cmake with the given config and run make right after

Context

Add any other information about the problem here.

emjotde commented 3 years ago

Sorry. That was my mistake. Try now?

johko commented 3 years ago

Running great now. Thank you