From d49d10c2ee45353f442321956c721041b35f0a33 Mon Sep 17 00:00:00 2001 From: randaller Date: Sat, 11 Mar 2023 17:26:54 +0300 Subject: [PATCH] Update generation.py --- llama/generation.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llama/generation.py b/llama/generation.py index 20fcf81..8bc0461 100644 --- a/llama/generation.py +++ b/llama/generation.py @@ -1,8 +1,11 @@ # Copyright (c) Meta Platforms, Inc. and affiliates. # This software may be used and distributed according to the terms of the GNU General Public License version 3. +# Copyright by Steve Manuatu +# https://github.com/venuatu + # Copyright by Shawn Presser -# https://github.com/shawwn/ +# https://github.com/shawwn # taken here # https://github.com/shawwn/llama/commit/40d99d329a5e38d85904d3a6519c54e6dd6ee9e1