Replies: 1 comment 3 replies
-
@yashk2810 what do you think? BTW: you can also use tools like |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before the
jax.Array
migration, when evaluating a variable in the Python debugger, it will be either aShardedDeviceArray
or aDeviceArray
, indicating its sharding status. It would show onlyArray
now, and needs an additional evaluation ofx.sharding.device_set
to determine the sharding status. Consider adding an indicator of sharding status in__repr__
beside the array data?Beta Was this translation helpful? Give feedback.
All reactions