We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86fba5 commit ebfe755Copy full SHA for ebfe755
ch05/01_main-chapter-code/tests.py
@@ -98,4 +98,4 @@ def check_model_files(base_url):
98
assert valid, message
99
100
check_model_files(base_url="https://openaipublic.blob.core.windows.net/gpt-2/models")
101
- check_model_files(base_url="https://f001.backblazeb2.com/file/LLMs-from-scratch/gpt2")
+ check_model_files(base_url="https://f001.backblazeb2.com/file/LLMs-from-scratch/gpt2")
0 commit comments