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
In the line 461 ' with maps.mesh(devices, ("dp", "mp")):' should be written as ' with maps.Mesh(devices, ("dp", "mp")):' otherwise it gives error that jax.experimental.maps do not have attribute called mesh.
The text was updated successfully, but these errors were encountered:
In the line 461 ' with maps.mesh(devices, ("dp", "mp")):' should be written as ' with maps.Mesh(devices, ("dp", "mp")):' otherwise it gives error that jax.experimental.maps do not have attribute called mesh.
The text was updated successfully, but these errors were encountered: