-
Notifications
You must be signed in to change notification settings - Fork 447
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
lingvo/jax:main fails with "undefined symbol: _ZNK10tensorflow6Status14GetAllPayloadsEv" #283
Comments
I'm unable to reproduce internally :( |
Could you update which model name you've used? (probably not |
Thanks for looking into this, Laurent! It's actually lm.ptb.PTBCharTransformerSmallSgd: % bazel run -c opt lingvo/jax:main -- \
--model=lm.ptb.PTBCharTransformerSmallSgd \
--job_log_dir=/tmp/jax_log_dir/exp01 --alsologtostderr |
I noticed that lingvo/jax/pip_package/build.Dockerfile does not specify dependency versions explicitly, so maybe we are using different versions of TF? I see:
|
My TF versions for python3.7 are exactly the same as yours. Otherwise, it's definitely not the main issue. But just for the records, we didn't open source configs on PTB like |
To reproduce:
The text was updated successfully, but these errors were encountered: