Skip to content

Commit d6dc5a2

Browse files
authored
chore: Update package info (#227) (#228)
Signed-off-by: oliver könig <[email protected]>
1 parent 48f0f54 commit d6dc5a2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

nemo_run/package_info.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@
2525

2626
DEV = Version(__version__).dev
2727

28-
__package_name__ = "nemo_curator"
28+
__package_name__ = "nemo_run"
2929
__contact_names__ = "NVIDIA"
3030
__contact_emails__ = "[email protected]"
31-
__homepage__ = "https://docs.nvidia.com/nemo-framework/user-guide/latest/datacuration/index.html"
32-
__repository_url__ = "https://github.com/NVIDIA/NeMo-Curator"
33-
__download_url__ = "https://github.com/NVIDIA/NeMo-Curator/releases"
34-
__description__ = (
35-
"NeMo Curator - Scalable Data Preprocessing Tool for Training Large Language Models"
36-
)
31+
__repository_url__ = "https://github.com/NVIDIA/NeMo-Run"
32+
__download_url__ = "https://github.com/NVIDIA/NeMo-Run/releases"
33+
__description__ = "A powerful tool designed to streamline the configuration, execution and management of Machine Learning experiments across various computing environments."
3734
__license__ = "Apache2"
3835
__keywords__ = "deep learning, machine learning, gpu, NLP, NeMo, nvidia, pytorch, torch, language, preprocessing, LLM, large language model"

0 commit comments

Comments
 (0)