Commit 14fac298 authored by Evelina Bakhturina's avatar Evelina Bakhturina
Browse files

update


Signed-off-by: default avatarEvelina Bakhturina <ebakhturina@nvidia.com>
parent eb641b07
# ! /usr/bin/python
# coding=utf-8 # coding=utf-8
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
# #
...@@ -26,6 +25,6 @@ __contact_names__ = 'NVIDIA INC' ...@@ -26,6 +25,6 @@ __contact_names__ = 'NVIDIA INC'
__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.'
__license__ = 'https://github.com/NVIDIA/Megatron-LM/blob/master/LICENSE' __license__ = 'See https://github.com/NVIDIA/Megatron-LM/blob/master/LICENSE'
__keywords__ = 'deep learning, Megatron, gpu, NLP, nvidia, pytorch, torch, language' __keywords__ = 'deep learning, Megatron, gpu, NLP, nvidia, pytorch, torch, language'
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