Skip to content

Commit

Permalink
Note about SSL certificates (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 19, 2024
1 parent cd2753a commit 1f61aeb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ch02/01_main-chapter-code/ch02.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@
" urllib.request.urlretrieve(url, file_path)"
]
},
{
"cell_type": "markdown",
"id": "56488f2c-a2b8-49f1-aaeb-461faad08dce",
"metadata": {},
"source": [
"- (If you encounter an `ssl.SSLCertVerificationError` when executing the previous code cell, it might be due to using an outdated Python version; you can find [more information here on GitHub](https://github.com/rasbt/LLMs-from-scratch/pull/403))"
]
},
{
"cell_type": "code",
"execution_count": 3,
Expand Down

0 comments on commit 1f61aeb

Please sign in to comment.