Open gcp opened 1 week ago
You need to have Git LFS to pull the network.
I am not sure how you got the source code, if it was from releases, I unfortunately don't have a fix. Instead, you can always checkout the v9
branch on the git repo with Git LFS installed and it will automatically pull the neural network file.
Ok, I indeed don't have this "Git-LFS" installed. The releases didn't work:
./blackmarlin-linux-x86-64-v4: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./blackmarlin-linux-x86-64-v4)
./blackmarlin-linux-x86-64-v4: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./blackmarlin-linux-x86-64-v4)
./blackmarlin-linux-x86-64-v4: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./blackmarlin-linux-x86-64-v4)
You might want to git checkout v9 while I am working on a fix. Apologies for the trouble.
Trying to compile the 9.0 release (tag from github):