Closed Halmoni100 closed 9 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Also I kept the internal implementation of absl random because that seemed significant, I'm not really sure what the plan is there
Sorry for the late reply. We've manually and partially merged this PR.
Due to the restrictions of the internal repositories, we don't change the directory of abseil but to make the symbolic link.
In addition, abseil-cpp modules are automatically downloaded -DSPM_ABSL_PROVIDER=module
is specified.
Code changes to assist with integrating sentencepiece in cpp projects as a shared library linked to google open source dependencies externally built as shared libraries.
I tried to follow what seemed like google open source cmake conventions for the cmake options.
Code changes include: