-
Notifications
You must be signed in to change notification settings - Fork 117
docs: large tech edit #168
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: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
README.md
Outdated
|
||
NVIDIA NeMo-Reinforcer is licensed under the [Apache License 2.0](https://github.com/NVIDIA/NeMo?tab=Apache-2.0-1-ov-file#readme). | ||
|
||
NeMo is licensed under the [NVIDIA AI PRODUCT AGREEMENT](https://www.nvidia.com/en-us/agreements/enterprise-software/product-specific-terms-for-ai-products/). By pulling and using the container, you accept the terms and conditions of this license. |
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.
do we need this right now? we actually don't publish a container yet. everything can be pip installed and we expect users to build their own container from the dockerfile we provide
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.
@snowmanwwg do we need this language since we don't have a container? Can we drop?
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
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.
Request to call 'Hugging Face' 'HuggingFace' universally? 'Hugging Face' is definitely the 'correct company name', but the community almost universally knows it as 'HuggingFace'. Want to avoid making the docs sound like a marketing blogpost.
I've generally suggested changes for brevity.
README.md
Outdated
## Quick start | ||
**Important Notes:** | ||
|
||
- It is generally recommended **not to explicitly activate the virtual environment** when using `uv`. Instead, use `uv run <command>` to execute scripts within the managed environment. This helps maintain consistency across different shells and sessions. |
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.
Conflicts with L50
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.
Please provide correction
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.
Can you remove the 'activate the environment'? This line is correct.
|
||
## Slurm | ||
|
||
The following code provides instructions on how to use Slurm to run batched job submissions and run jobs interactively. |
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.
The following code provides instructions on how to use Slurm to run batched job submissions and run jobs interactively. |
docs/cluster.md
Outdated
::: | ||
|
||
To run interactively, launch the same command as the [Batched Job Submission](#batched-job-submission) except omit the `COMMAND` line: | ||
To run interactively, launch the same command as the [Batched Job Submission](#batched-job-submission), except omit the `COMMAND` line: |
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.
To run interactively, launch the same command as the [Batched Job Submission](#batched-job-submission), except omit the `COMMAND` line: | |
To run interactively, launch the same command as in [Batched Job Submission](#batched-job-submission), but omit the `COMMAND` line: |
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
Signed-off-by: Jennifer Gerhold <163925524+jgerh@users.noreply.github.com>
The state of the repo has moved very quickly and most if not all files are in conflict. I'll help @jgerh split out this PR |
What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
Issues
List issues that this PR closes (syntax):
Usage
# Add a code snippet demonstrating how to use this
Before your PR is "Ready for review"
Pre checks:
Additional Information