Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
porteratzo committed Sep 29, 2023
1 parent 76d4639 commit a0c4d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openfl-tutorials/Federated_PyTorch_LLM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@
" model_state_dict_key: get_peft_model_state_dict(self.model),\n",
" optimizer_state_dict_key: self.optimizer.state_dict()\n",
" }\n",
" pt.save(pickle_dict, filepath)"
" pt.save(pickle_dict, filepath)\n",
" "
]
},
{
Expand Down

0 comments on commit a0c4d1d

Please sign in to comment.