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.
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.
@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>
SahilJain314
left a comment
There was a problem hiding this comment.
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.
Please provide correction
There was a problem hiding this comment.
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.
| 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.
| 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 thisBefore your PR is "Ready for review"
Pre checks:
Additional Information