Skip to content

Commit

Permalink
fix package info (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerald Shen <[email protected]>
  • Loading branch information
gshennvm authored Dec 4, 2023
1 parent 3bfb43a commit ef45090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nemo_aligner/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
__package_name__ = "nemo_aligner"
__contact_names__ = "NVIDIA"
__contact_emails__ = "[email protected]"
__homepage__ = "https://docs.nvidia.com/nemo-framework/user-guide/latest/index.html"
__homepage__ = "https://docs.nvidia.com/nemo-framework/user-guide/latest/ModelAlignment/index.html"
__repository_url__ = "https://github.com/NVIDIA/NeMo-Aligner"
__download_url__ = "https://github.com/NVIDIA/NeMo-Aligner/releases"
__description__ = "NeMo-Aligner - a toolkit for model alignment"
__license__ = "Apache2"
__keywords__ = "deep learning, machine learning, gpu, NLP, NeMo, nvidia, pytorch, torch, tts, speech, language, reinforcement learning, RLHF, preference modeling"
__keywords__ = "deep learning, machine learning, gpu, NLP, NeMo, nvidia, pytorch, torch, language, reinforcement learning, RLHF, preference modeling, SteerLM, DPO"

0 comments on commit ef45090

Please sign in to comment.