mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-02 02:41:00 +00:00
Note about SSL certificates (#404)
This commit is contained in:
parent
3567fb656d
commit
42b703fc0b
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user