Skip to content
Open

Test ci #9633

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions torch_xla/distributed/spmd/xla_sharding.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
Specifically, it is a tuple of one or more device mesh axes that describes how to
shard the input tensor. For example, the first dimension of the tensor is sharded
across the axis/axes described in the first element of this tuple and so on.
TEST
"""


Expand Down
Loading