-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix function name change from nemo #71
Conversation
Signed-off-by: Gerald Shen <[email protected]>
potential issue with this PR is that it will make #47 not work unless that container pins nemo main |
We need to be clear on expectations. Here are my thoughts:
I haven't looked closely at #47 yet and I'm not sure whether it's meant to serve users, developers, or both. My main concern with merging this PR is it may prevent devs from using the latest main branch if we don't provide setup instructions somewhere. Just grabbing latest NeMo's main may or may not work. I think CONTRIBUTING.md should document the development setup, and we should keep it updated. Do you have other ideas on how to handle this? |
Agree with the above concerns. Just to summarize the concrete plan(let me know if you think we can do this better!). code dev flow
PRs
documentation
How do these sound? |
Sounds good to me! Just a couple of questions to be sure I got the full picture:
|
|
Yeah me neither, I just wanted to understand the process. I'm not sure how this automation would work, and how someone would fix the conflicts when they occur. As long as you're confident it'll work smoothly that's good for me, it's just a bit of a grey area right now (for me). |
Yeah.. I need to look more into automating this. For the time being I need to do it manually so things don't randomly break. It's also a bit of a grey area for me... But I guess this allows us to work on a stable nemo version so maybe it's worth seeing how it'll go |
I've pointed this MR to dev which will be the branch we run nightly CI with nemo main on, please let me know what you think. |
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've pointed this MR to dev which will be the branch we run nightly CI with nemo main on, please let me know what you think.
I think this should be good!
Signed-off-by: Gerald Shen <[email protected]>
Signed-off-by: Gerald Shen <[email protected]>
Signed-off-by: Gerald Shen <[email protected]>
Signed-off-by: Gerald Shen <[email protected]>
Signed-off-by: Gerald Shen <[email protected]>
* fix function name change from nemo (#71) Signed-off-by: Gerald Shen <[email protected]> * moving _str_to_dtype (#93) Signed-off-by: Gerald Shen <[email protected]> * change to call public str to dtype func (#94) Signed-off-by: Gerald Shen <[email protected]> * 0.2.0 version Signed-off-by: Gerald Shen <[email protected]> * update dockerfile Signed-off-by: Gerald Shen <[email protected]> * update comment on dockerfile Signed-off-by: Gerald Shen <[email protected]> * update to 0.3.0dev Signed-off-by: Gerald Shen <[email protected]> * address CHANGELOG from commit in main Signed-off-by: Gerald Shen <[email protected]> --------- Signed-off-by: Gerald Shen <[email protected]>
* fix function name change from nemo (NVIDIA#71) Signed-off-by: Gerald Shen <[email protected]> * moving _str_to_dtype (NVIDIA#93) Signed-off-by: Gerald Shen <[email protected]> * change to call public str to dtype func (NVIDIA#94) Signed-off-by: Gerald Shen <[email protected]> * 0.2.0 version Signed-off-by: Gerald Shen <[email protected]> * update dockerfile Signed-off-by: Gerald Shen <[email protected]> * update comment on dockerfile Signed-off-by: Gerald Shen <[email protected]> * update to 0.3.0dev Signed-off-by: Gerald Shen <[email protected]> * address CHANGELOG from commit in main Signed-off-by: Gerald Shen <[email protected]> --------- Signed-off-by: Gerald Shen <[email protected]>
What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
change function name because of NeMo PR