Skip to content

Commit

Permalink
remove redundant code line
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Oct 13, 2024
1 parent b6c4b2f commit a20ce1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ch06/01_main-chapter-code/load-finetuned-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
"BASE_CONFIG.update(model_configs[CHOOSE_MODEL])\n",
"\n",
"# Initialize base model\n",
"model_size = CHOOSE_MODEL.split(\" \")[-1].lstrip(\"(\").rstrip(\")\")\n",
"model = GPTModel(BASE_CONFIG)"
]
},
Expand Down

0 comments on commit a20ce1b

Please sign in to comment.