Skip to content

Commit fbbca96

Browse files
authored
Update ch07.ipynb
Correct function name
1 parent c278745 commit fbbca96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@
16341634
")\n",
16351635
"# Alternatively:\n",
16361636
"# from llms_from_scratch.ch05 import (\n",
1637-
"# generate_text_simple,\n",
1637+
"# generate,\n",
16381638
"# text_to_token_ids,\n",
16391639
"# token_ids_to_text\n",
16401640
"# )\n",

0 commit comments

Comments
 (0)