From f5650891d53e15605bb066a978c0182b12e91cd8 Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Tue, 25 Jul 2023 23:57:03 +0000 Subject: [PATCH] honestly at this point this is a lot more my nanogpt code than llama code --- model.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/model.py b/model.py index 9d04fea1..88d24f62 100644 --- a/model.py +++ b/model.py @@ -1,6 +1,3 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement. - import math import struct import inspect