-
Notifications
You must be signed in to change notification settings - Fork 894
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
lib/libth_bert.so: undefined symbol #494
Comments
BTW, i couldn't use the provided docker image because of the policy of my company |
There are some issues in the environment settings. You can refer the recommended docker image to help debugging. |
Because of the rule of our company, I can't download the image from nvcr.io. Could plz provide some advice for debug? |
It is a undefined symbol issue due to environment issue, which depends on your environment settings and we are hard to provide suggestion. You can try to check the cmake file and the make file generated by cmake, making sure they have linked successfully. |
Thanks for your advice. I have checked the built log, nothing failed in the log. Could u plz provide the requirements.txt? |
All Fixed.Thansk |
Hi, how do you fix it? I necountered the same problem. |
do u follow the xx_guide.md in docs? |
yes of course. I followed gpt_guide |
hmm, i followed the guide and fixed the bug. The git is necessary |
I tried to run bert_example.py but a error raised
lib/libth_bert.so: undefined symbol: _ZN17fastertransformer13cublasAlgoMapC1ESsSs
I have build the FT with python bindings
Here is my build scripts:
my env info:
The text was updated successfully, but these errors were encountered: