Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ATTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,14 @@ upstream copyright header and adds an NVIDIA modifications block.

---

## Cloned and Modified Components

| Component | License | Upstream | Notes |
|-----------|---------|----------|-------|
| PinchBench skill | MIT | https://github.com/pinchbench/skill | Cloned and patched at image build (modification). |

---

## Full License Texts

The complete license text for each Python package dependency follows.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,3 +419,7 @@ If you use NeMo Gym in your research, please cite it using the following BibTeX
note = {GitHub repository},
}
```

## ⚠️ Notice and Disclaimer

This software automatically retrieves, accesses or interacts with external materials. Those retrieved materials are not distributed with this software and are governed solely by separate terms, conditions and licenses. You are solely responsible for finding, reviewing and complying with all applicable terms, conditions, and licenses, and for verifying the security, integrity and suitability of any retrieved materials for your specific use case. This software is provided "AS IS", without warranty of any kind. The author makes no representations or warranties regarding any retrieved materials, and assumes no liability for any losses, damages, liabilities or legal consequences from your use or inability to use this software or any retrieved materials. Use this software and the retrieved materials at your own risk.
Loading