Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoorkai committed Jan 23, 2025
1 parent f85e352 commit 45c32ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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)
We atorch, we support local sgd (EDiT) integration with mainstream parallelism strategies. For detail, refer to [EDiT](../../docs/README-EDiT.md)

0 comments on commit 45c32ff

Please sign in to comment.