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