From 4abaa168ace4fb7773250ae29e58d1b3d7aa4b8d Mon Sep 17 00:00:00 2001 From: rasbt Date: Mon, 22 Apr 2024 07:05:40 -0500 Subject: [PATCH] fix merge conflict --- ch05/01_main-chapter-code/gpt_download.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ch05/01_main-chapter-code/gpt_download.py b/ch05/01_main-chapter-code/gpt_download.py index 25d6bd1..3ad6778 100644 --- a/ch05/01_main-chapter-code/gpt_download.py +++ b/ch05/01_main-chapter-code/gpt_download.py @@ -1,10 +1,7 @@ -<<<<<<< HEAD -======= # Copyright (c) Sebastian Raschka under Apache License 2.0 (see LICENSE.txt). # Source for "Build a Large Language Model From Scratch" # - https://www.manning.com/books/build-a-large-language-model-from-scratch # Code: https://github.com/rasbt/LLMs-from-scratch ->>>>>>> 12cdebb (file header) import os