Skip to content

Commit

Permalink
openai colab fix (#512)
Browse files Browse the repository at this point in the history
* remove .git install

* split openai lines

* add opanai client to sync call

---------

Co-authored-by: Morgan McGuire <[email protected]>
  • Loading branch information
morganmcg1 and Morgan McGuire authored Mar 12, 2024
1 parent df58d38 commit f8cfc2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
"outputs": [],
"source": [
"# Log to Weights and Biases\n",
"WandbLogger.sync(fine_tune_job_id=ft_job_id, project=WANDB_PROJECT)"
"WandbLogger.sync(fine_tune_job_id=ft_job_id, project=WANDB_PROJECT, openai_client=client)"
]
},
{
Expand Down

0 comments on commit f8cfc2a

Please sign in to comment.