You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled the faster tokenizer by run_build_android_armv8_lite_lib.sh, but failed with error:
PaddleNLP/fast_tokenizer/build/third_party/glog/src/extern_glog/src/stacktrace_generic-inl.h:46:10: error: use of undeclared identifier 'backtrace'
size = backtrace(stack, kStackLength);
How to solve this?
The text was updated successfully, but these errors were encountered:
请提出你的问题
I compiled the faster tokenizer by run_build_android_armv8_lite_lib.sh, but failed with error:
PaddleNLP/fast_tokenizer/build/third_party/glog/src/extern_glog/src/stacktrace_generic-inl.h:46:10: error: use of undeclared identifier 'backtrace'
size = backtrace(stack, kStackLength);
How to solve this?
The text was updated successfully, but these errors were encountered: