-
Notifications
You must be signed in to change notification settings - Fork 47
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
Dockerfile.jax: install JAX for TE build #997
Conversation
0a96759
to
1aa66ec
Compare
It looks good, thanks for figuring out the symlinks solution! The only suggestion is that could we have a separate script to create the link farm for all the necessary libraries? (Even in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've decided to take care of the link farm creation in a separate change.
NVIDIA/TransformerEngine#946 made TE's build process expect to be able to
import jax
.