From 4e68649f161336bcce0ed366bb4e0dbee11a3924 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sat, 24 Feb 2024 06:52:17 -0600 Subject: [PATCH] comment update --- ch04/01_main-chapter-code/gpt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch04/01_main-chapter-code/gpt.py b/ch04/01_main-chapter-code/gpt.py index 1301d52..baa58b2 100644 --- a/ch04/01_main-chapter-code/gpt.py +++ b/ch04/01_main-chapter-code/gpt.py @@ -1,6 +1,6 @@ # This file collects all the relevant code that we covered thus far -# throughout Chapters 2-4 -# This file can be run as a standalone s +# throughout Chapters 2-4. +# This file can be run as a standalone script. import tiktoken import torch