Skip to content
Merged
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: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ATorch is an extension library of PyTorch developed by Ant Group's AI Infrastruc
* Transformer ops
* High-performance MOE
* sub-graph compilation
* [Local SGD/EDiT](docs/README-EDiT.md)
* Checkpointing
* Mixed precision
* Communication optimization
Expand Down Expand Up @@ -109,7 +110,7 @@ python -m atorch.distributed.run --nproc_per_node 2 train.py --model_type llam

[WSAM optimizer](docs/README-WSAM.md)


[Local SGD/EDiT](docs/README-EDiT.md)


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion atorch/local_sgd/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Unified Local SGD (EDiT) Support

We atorch, we support local sgd (EDiT) integration with mainstream parallelism strategies. For detail, refer to [EDiT](../../docs/README-EDIT.md)
ATorch supports local sgd (EDiT) integration with mainstream parallelism strategies. For detail, refer to [EDiT](../../docs/README-EDiT.md)
Loading