From 2c326213bbe8cbabc562b95b3b5b382831135ce0 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Tue, 18 Jun 2024 05:59:18 -0500 Subject: [PATCH] Update year --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4be4aa1..5fd4837 100644 --- a/README.md +++ b/README.md @@ -121,10 +121,9 @@ If you find this book or code useful for your research, please consider citing author = {Sebastian Raschka}, title = {Build A Large Language Model (From Scratch)}, publisher = {Manning}, - year = {2023}, + year = {2024}, isbn = {978-1633437166}, url = {https://www.manning.com/books/build-a-large-language-model-from-scratch}, - note = {Work in progress}, github = {https://github.com/rasbt/LLMs-from-scratch} } ```