mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-04 03:40:21 +00:00
remove redundant code line
This commit is contained in:
parent
6a9bedc2ec
commit
59a5c83726
@ -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