Skip to content

Commit

Permalink
FIX Use correct model in image clf notebook (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
changhwa authored Apr 5, 2024
1 parent 8452d71 commit 2e821c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@
],
"source": [
"trainer = Trainer(\n",
" model,\n",
" lora_model,\n",
" args,\n",
" train_dataset=train_ds,\n",
" eval_dataset=val_ds,\n",
Expand Down

0 comments on commit 2e821c1

Please sign in to comment.