-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How can use extenrnal absl library #576
Comments
At this moment, we don't support to external abls, but it is nice to support it. |
Do you have a plan to support it? |
It depends on how many people use it. Could you elaborate the background? |
The step is a little complicated, but now we support to build sentencepiece with external abseil.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi admin,
How can I use an external
absl
library when compiling your source code?Because you always force use internal `absl' in third_party folder (_USE_INTERNAL_STRING_VIEW)
error: undefined reference to 'sentencepiece::SentencePieceProcessor::Load(std::basic_string_view<char, std::char_traits<char> >)' collect2: error: ld returned 1 exit status
Thanks !
The text was updated successfully, but these errors were encountered: