Skip to content

Commit

Permalink
white spaces removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthchitti committed Jul 14, 2024
1 parent 7c87316 commit 398d284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/training/aoai/proxy_components/src/finetuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ def submit_finetune_job(self, model, hyperparameters: Dict[str, str],
validation_file=self.validation_file_id,
hyperparameters=hyperparameters,
extra_headers=hyperparameters_1p,
suffix=suffix)

suffix=suffix)
logger.debug(f"Response of the finetune create call : {str(finetune_job)}")
logger.debug(f"started finetuning job in Azure OpenAI resource. Job id: {finetune_job.id}")

Expand Down

0 comments on commit 398d284

Please sign in to comment.