mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Fix issue: 731 by resolving the semantic error
This commit is contained in:
parent
a96370df4a
commit
ede5cac208
@@ -1293,7 +1293,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 26,
|
||||
"execution_count": 38,
|
||||
"id": "b45b4366-2c2b-4309-9a14-febf3add8512",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
@@ -1310,7 +1310,7 @@
|
||||
"# Download files if not already present in this directory\n",
|
||||
"\n",
|
||||
"# Define the directories to search and the files to download\n",
|
||||
"search_directories = [\".\",\"ch02/02_bonus_bytepair-encoder/gpt2_model/\", \"../02_bonus_bytepair-encoder/gpt2_model/\"]\n",
|
||||
"search_directories = [\"../02_bonus_bytepair-encoder/gpt2_model/\",\"ch02/02_bonus_bytepair-encoder/gpt2_model/\", \".\"]\n",
|
||||
"\n",
|
||||
"files_to_download = {\n",
|
||||
" \"https://openaipublic.blob.core.windows.net/gpt-2/models/124M/vocab.bpe\": \"vocab.bpe\",\n",
|
||||
|
||||
Reference in New Issue
Block a user