We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0d2c8 commit 34cae3aCopy full SHA for 34cae3a
1 file changed
README.md
@@ -265,3 +265,16 @@ sbatch \
265
## Cluster Start
266
267
Please visit [Cluster Start](docs/cluster.md) for how to get started on Slurm or Kubernetes.
268
+
269
+## Citation
270
271
+If you use NeMo-RL in your research, please cite it using the following BibTeX entry:
272
273
+```bibtex
274
+@misc{nemo-rl,
275
+title = {NeMo-RL: A Scalable and Efficient Post-Training Library},
276
+howpublished = {\url{https://github.com/NVIDIA/NeMo-RL}},
277
+year = {2025},
278
+note = {GitHub repository},
279
+}
280
+```
0 commit comments