From fde8fb58f280689757563cb0da68fa5ab95e787d Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 24 Sep 2024 23:59:09 -0700 Subject: [PATCH] Update layernorm.py --- unsloth/kernels/layernorm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/kernels/layernorm.py b/unsloth/kernels/layernorm.py index 0546484f17..48ade6d5ec 100644 --- a/unsloth/kernels/layernorm.py +++ b/unsloth/kernels/layernorm.py @@ -1,4 +1,5 @@ # Copyright 2023-present Daniel Han-Chen & the Unsloth team. All rights reserved. +# Copyright 2024-present Andrej Karpathy & the llm.c team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.