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
I have a function which will return 2 variables(z and W), and I want to shard them automatically. I know it could be sharded by using jax.lax.with_sharding_constraint or out_shardings parameter of jit. But how to shardW automatically as following example(which fails, and manual methods are commented).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a function which will return 2 variables(z and W), and I want to shard them automatically. I know it could be sharded by using
jax.lax.with_sharding_constraint
orout_shardings
parameter of jit. But how to shardW
automatically as following example(which fails, and manual methods are commented).Beta Was this translation helpful? Give feedback.
All reactions