Skip to content

Commit f506246

Browse files
committed
fix
1 parent c8852f5 commit f506246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch03/01_main-chapter-code/ch03_main.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"# device = torch.device(\"cpu\")\n",
221221
"\n",
222222
"model, tokenizer = load_model_and_tokenizer(\n",
223-
" which_model=which_model,\n",
223+
" which_model=WHICH_MODEL,\n",
224224
" device=device,\n",
225225
" use_compile=False\n",
226226
")"

0 commit comments

Comments
 (0)