yanmtt icon indicating copy to clipboard operation
yanmtt copied to clipboard

Disable shared sentencepiece libraries in installation instructions

Open LoicGrobol opened this issue 1 year ago • 1 comments

The current build instructions for sentencepiece are not suitable if you don't have admin rights to install shared libraries. A more robust approach (as taken by https://github.com/google/sentencepiece/blob/master/python/build_bundled.sh) is to disable building shared libraries and statically link them in spm_train. If you want I can change the installation instructions to reflect this.

LoicGrobol avatar Nov 17 '23 16:11 LoicGrobol

Please feel free to make the changes and send a PR!

prajdabre avatar Nov 17 '23 17:11 prajdabre