-
Notifications
You must be signed in to change notification settings - Fork 10
Add simple installation guide #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Boxiang Wang <[email protected]>
README.md
Outdated
|
|
||
| ### Prerequisites | ||
|
|
||
| - Python 3.10 or higher |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We actually need python 3.12 and higher.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
README.md
Outdated
| ```bash | ||
| git clone https://github.com/NVIDIA-NeMo/Emerging-Optimizers.git | ||
| cd Emerging-Optimizers | ||
| pip install -e . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to suggest develop install with -e?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think -e provides more flexibility when we are having many changes upcoming.
No description provided.