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

update

parent eb641b07
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
# ! /usr/bin/python
# coding=utf-8
# Copyright (c) 2020, NVIDIA CORPORATION.  All rights reserved.
#
@@ -26,6 +25,6 @@ __contact_names__ = 'NVIDIA INC'
__url__ = 'https://github.com/NVIDIA/Megatron-LM'
__download_url__ = 'https://github.com/NVIDIA/Megatron-LM/releases'
__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'