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 tutorial does not work when using the latest jax version 0.3.5. Specifically, code will hang whenever jax.device_count() or jax.local_device_count() is called.
The code prints the following and then stalls.
>>> import jax
>>> jax.local_device_count()
E0410 21:04:57.403257842 30715 f758.cc:310] no server name supplied in dns URI
E0410 21:04:57.403295131 30715 f872.cc:77] channel stack builder failed: {"created":"@1649624697.403284903","description":"the target uri is not valid: dns:","file":"f814.cc","file_line":1090}
This issue does not happen if I install 0.3.4, or run the same code (with 0.3.5) on a non-pod instance like v2-8.
The text was updated successfully, but these errors were encountered:
This tutorial does not work when using the latest jax version
0.3.5
. Specifically, code will hang wheneverjax.device_count()
orjax.local_device_count()
is called.The code prints the following and then stalls.
This issue does not happen if I install
0.3.4
, or run the same code (with0.3.5
) on a non-pod instance likev2-8
.The text was updated successfully, but these errors were encountered: