Commit 71f9e76c authored by Evelina Bakhturina's avatar Evelina Bakhturina
Browse files

clean up


Signed-off-by: default avatarEvelina Bakhturina <ebakhturina@nvidia.com>
parent bf1daf86
...@@ -22,10 +22,10 @@ PATCH = 1 ...@@ -22,10 +22,10 @@ PATCH = 1
# Use the following formatting: (major, minor, patch) # Use the following formatting: (major, minor, patch)
VERSION = (MAJOR, MINOR, PATCH) VERSION = (MAJOR, MINOR, PATCH)
__version__ = '.'.join(map(str, VERSION[:3])) __version__ = '.'.join(map(str, VERSION))
__package_name__ = 'megatron_lm' __package_name__ = 'megatron_lm'
__contact_names__ = 'NVIDIA' __contact_names__ = 'NVIDIA'
__contact_emails__ = 'ekmb.new@gmail.com' __contact_emails__ = '??????@nvidia.com'
__url__ = 'https://github.com/NVIDIA/Megatron-LM' __url__ = 'https://github.com/NVIDIA/Megatron-LM'
__download_url__ = 'https://github.com/NVIDIA/Megatron-LM/releases' __download_url__ = 'https://github.com/NVIDIA/Megatron-LM/releases'
__description__ = 'Megatron-LM: Training Multi-Billion Parameter Language Models Using Model Parallelism.' __description__ = 'Megatron-LM: Training Multi-Billion Parameter Language Models Using Model Parallelism.'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment