Fix issue: 731 by resolving the semantic error

This commit is contained in:
85853890+weezymatt@users.noreply.github.com
2025-07-09 21:24:27 -06:00
parent a96370df4a
commit ede5cac208

View File

@@ -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",