mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-16 10:04:53 +00:00
remove redundant code line
This commit is contained in:
parent
b6c4b2f9f1
commit
a20ce1b817
@ -124,7 +124,6 @@
|
|||||||
"BASE_CONFIG.update(model_configs[CHOOSE_MODEL])\n",
|
"BASE_CONFIG.update(model_configs[CHOOSE_MODEL])\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Initialize base model\n",
|
"# Initialize base model\n",
|
||||||
"model_size = CHOOSE_MODEL.split(\" \")[-1].lstrip(\"(\").rstrip(\")\")\n",
|
|
||||||
"model = GPTModel(BASE_CONFIG)"
|
"model = GPTModel(BASE_CONFIG)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user