Note about SSL certificates (#404)
Some checks are pending
Code tests (Linux) / test (push) Waiting to run
Code tests (macOS) / test (push) Waiting to run
Test PyTorch 2.0 and 2.4 / test (2.0.1) (push) Waiting to run
Test PyTorch 2.0 and 2.4 / test (2.4.0) (push) Waiting to run
Code tests (Windows) / test (push) Waiting to run
Check hyperlinks / test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
PEP8 Style checks / flake8 (push) Waiting to run

This commit is contained in:
Sebastian Raschka 2024-10-19 16:27:19 -05:00 committed by GitHub
parent cd2753a36d
commit 1f61aeb7c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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