From 2947fa2c1c3fd02dc5ff761da668e7424e4fb6a0 Mon Sep 17 00:00:00 2001 From: Polisetty V R K Jyothendra Varma Date: Tue, 23 Jul 2024 18:37:59 +0530 Subject: [PATCH] Update utils.py --- megatron/model/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/megatron/model/utils.py b/megatron/model/utils.py index 19875f089f..ec269c4e29 100644 --- a/megatron/model/utils.py +++ b/megatron/model/utils.py @@ -1,3 +1,4 @@ +# Copyright (C) 2024 Habana Labs, Ltd. an Intel Company. # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. """Utilities for models."""