Skip to content

Commit

Permalink
nit fix: mistralai finetuning cookbook (#14256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu authored Jun 20, 2024
1 parent 031de6b commit c5acd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/examples/finetuning/mistralai_fine_tuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@
"wandb_integration_dict = {\n",
" \"project\": \"mistralai\",\n",
" \"run_name\": \"finetuning\",\n",
" \"api_key\": \"3a486c0d4066396b07b0ebf6826026c24e981f37\",\n",
" \"api_key\": \"<api_key>\",\n",
"}\n",
"\n",
"finetuning_engine = MistralAIFinetuneEngine(\n",
Expand Down

0 comments on commit c5acd03

Please sign in to comment.