Browse Source

Update ch07.ipynb (#643)

Correct function name
Greg Gandenberger 5 months ago
parent
commit
7632eb018b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ch07/01_main-chapter-code/ch07.ipynb

+ 1 - 1
ch07/01_main-chapter-code/ch07.ipynb

@@ -1634,7 +1634,7 @@
     ")\n",
     "# Alternatively:\n",
     "# from llms_from_scratch.ch05 import (\n",
-    "#    generate_text_simple,\n",
+    "#    generate,\n",
     "#    text_to_token_ids,\n",
     "#    token_ids_to_text\n",
     "# )\n",