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
This is the code I used to create the docker image.
With TF 2.16, the docker image works with the below example.
With TF 2.18, if I use jax[cuda12_local], I get the error message; if I use jax[cuda12], the docker image works with the below example. However, the image size is doubled.
Description
Hi,
This is the code I used to create the docker image.
jax[cuda12_local]
, I get the error message; if I usejax[cuda12]
, the docker image works with the below example. However, the image size is doubled.According to:
TF 2.18 and Jax use the same Cuda version and should be able to share the Cuda installation.
Example
Error
System info (python version, jaxlib version, accelerator, etc.)
Used
tensorflow/tensorflow:2.18.0-gpu-jupyter
as the base image andjax[cuda12_local]
for Jax. More details are in the linked repository.The text was updated successfully, but these errors were encountered: