update figures

This commit is contained in:
rasbt
2024-03-30 09:43:51 -05:00
parent ca96b7aee5
commit 1c173e4f44
2 changed files with 4 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
"id": "628b2922-594d-4ff9-bd82-04f1ebdf41f5",
"metadata": {},
"source": [
"<img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/ch02_compressed/01.webp\" width=\"500px\">"
"<img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/ch02_compressed/01.webp?timestamp=1\" width=\"500px\">"
]
},
{
@@ -1876,7 +1876,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.12"
}
},
"nbformat": 4,

View File

@@ -2092,6 +2092,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Relative import from the gpt_download.py contained in this folder\n",
"from gpt_download import download_and_load_gpt2"
]
},
@@ -2177,7 +2178,7 @@
"id": "20f19d32-5aae-4176-9f86-f391672c8f0d",
"metadata": {},
"source": [
"<img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/ch05_compressed/gpt-sizes.webp\" width=500px>"
"<img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/ch05_compressed/gpt-sizes.webp?timestamp=123\" width=500px>"
]
},
{