-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md for adding links into examples
Summary: Also add markdown style for the installation flow. Reviewed By: chuanhaozhuge Differential Revision: D67075979 fbshipit-source-id: 1c84268bc013dc9fb439b6ba3faadb42181e49e3
- Loading branch information
1 parent
f9d2a8c
commit a26c75e
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Optimizers is BSD licensed, as found in the LICENSE file. | |
## Installation and Dependencies | ||
This code requires `python>=3.10` and `torch>=2.5.0`. | ||
Install `distributed_shampoo` with all dependencies: | ||
``` | ||
```bash | ||
git clone [email protected]:facebookresearch/optimizers.git | ||
cd optimizers | ||
pip install . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters