mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-10-28 16:30:07 +00:00
add json import
This commit is contained in:
parent
835832a0f9
commit
941629d2c7
@ -1103,6 +1103,7 @@
|
||||
],
|
||||
"source": [
|
||||
"from huggingface_hub import login\n",
|
||||
"import json\n",
|
||||
"\n",
|
||||
"with open(\"config.json\", \"r\") as config_file:\n",
|
||||
" config = json.load(config_file)\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user