From 36a29e783a94b092a36c4b843ba2a2e38e407fe5 Mon Sep 17 00:00:00 2001 From: Daniel Kleine <53251018+d-kleine@users.noreply.github.com> Date: Sun, 23 Jun 2024 14:11:04 +0200 Subject: [PATCH] fixed typo (#243) * fixed copy-paste typo * Update ch07/01_main-chapter-code/ch07.ipynb * Update ch07/01_main-chapter-code/ch07.ipynb * Update ch07/01_main-chapter-code/ch07.ipynb * Update ch07/01_main-chapter-code/ch07.ipynb --------- Co-authored-by: Sebastian Raschka --- ch07/01_main-chapter-code/ch07.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch07/01_main-chapter-code/ch07.ipynb b/ch07/01_main-chapter-code/ch07.ipynb index 59b3c96..45f1c5c 100644 --- a/ch07/01_main-chapter-code/ch07.ipynb +++ b/ch07/01_main-chapter-code/ch07.ipynb @@ -1763,7 +1763,7 @@ "| Model | Device | Runtime for 2 Epochs |\n", "|--------------------|-----------------------|----------------------|\n", "| gpt2-medium (355M) | CPU (M3 MacBook Air) | 15.78 minutes |\n", - "| gpt2-small (124M) | GPU (M3 MacBook Air) | 10.77 minutes |\n", + "| gpt2-medium (355M) | GPU (M3 MacBook Air) | 10.77 minutes |\n", "| gpt2-medium (355M) | GPU (L4) | 1.83 minutes |\n", "| gpt2-medium (355M) | GPU (A100) | 0.86 minutes |\n", "| gpt2-small (124M) | CPU (M3 MacBook Air) | 5.74 minutes |\n", @@ -2740,7 +2740,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.10.11" } }, "nbformat": 4,