Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable shared sentencepiece libraries in installation instructions #63

Open
LoicGrobol opened this issue Nov 17, 2023 · 1 comment · May be fixed by #64
Open

Disable shared sentencepiece libraries in installation instructions #63

LoicGrobol opened this issue Nov 17, 2023 · 1 comment · May be fixed by #64

Comments

@LoicGrobol
Copy link

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.

@prajdabre
Copy link
Owner

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

@LoicGrobol LoicGrobol linked a pull request Nov 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants