mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
committed by
GitHub
parent
85f2bc0a58
commit
7114ccd10d
@@ -970,6 +970,12 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# If the `previous_chapters.py` file is not available locally,\n",
|
||||
"# you can import it from the `llms-from-scratch` PyPI package.\n",
|
||||
"# For details, see: https://github.com/rasbt/LLMs-from-scratch/tree/main/pkg\n",
|
||||
"# E.g.,\n",
|
||||
"# from llms_from_scratch.ch03 import MultiHeadAttention\n",
|
||||
"\n",
|
||||
"from previous_chapters import MultiHeadAttention\n",
|
||||
"\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user