Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
71f9e76c
Commit
71f9e76c
authored
Apr 21, 2020
by
Evelina Bakhturina
Browse files
clean up
Signed-off-by:
Evelina Bakhturina
<
ebakhturina@nvidia.com
>
parent
bf1daf86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
megatron/package_info.py
megatron/package_info.py
+2
-2
No files found.
megatron/package_info.py
View file @
71f9e76c
...
@@ -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.'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment