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
We need to explain what is a "mesh". The current documentation in https://pytorch.org/xla/master/perf/spmd_basic.html#mesh doesn't explain it very well. For example, it doesn't say what does specifying device_ids is almost always np.array(range(num_devices)). do.
The text was updated successfully, but these errors were encountered:
📚 Documentation
We need to explain what is a "mesh". The current documentation in https://pytorch.org/xla/master/perf/spmd_basic.html#mesh doesn't explain it very well. For example, it doesn't say what does specifying
device_ids is almost always np.array(range(num_devices)).
do.The text was updated successfully, but these errors were encountered: