From f2b2fde69e2cde5512ec5c11cbfb04ff52ad50f4 Mon Sep 17 00:00:00 2001 From: eharper Date: Thu, 11 May 2023 16:17:05 -0600 Subject: [PATCH] add copyright Signed-off-by: eharper --- megatron/core/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/megatron/core/utils.py b/megatron/core/utils.py index 40a92fdf45..7214b0c271 100644 --- a/megatron/core/utils.py +++ b/megatron/core/utils.py @@ -1,3 +1,5 @@ +# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. + """Utility functions used throughout Megatron core""" from functools import reduce import operator