Skip to content
Draft
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions docs/src/python/distributed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ made available.
init
all_sum
all_gather
all_to_all
moe_dispatch_exchange
moe_combine_exchange
send
recv
recv_like
1 change: 1 addition & 0 deletions docs/src/python/nn/layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Layers
MaxPool2d
MaxPool3d
Mish
MixtureOfExperts
MultiHeadAttention
PReLU
QuantizedAllToShardedLinear
Expand Down
Loading