From 4f3332aa48eea898d8fcb83b0a48230e58487e6e Mon Sep 17 00:00:00 2001 From: randaller Date: Sat, 11 Mar 2023 17:27:05 +0300 Subject: [PATCH] Update model.py --- llama/model.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llama/model.py b/llama/model.py index a7c2cee..e199640 100644 --- a/llama/model.py +++ b/llama/model.py @@ -1,6 +1,9 @@ # 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 + from typing import Optional, Tuple from dataclasses import dataclass import math