Skip to content

Commit

Permalink
fix llm-engine finetune.create failures (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-scale authored Mar 8, 2024
1 parent 0528b52 commit 659d08d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def create_fine_tune(
raise LLMFineTuningMethodNotImplementedException("Fine-tuning method not accessible")

# TODO: Pass user-defined labels
labels = dict(team="egp", product="llm-fine-tune")
labels = dict(team="egp", product="training.llm_engine_fine_tune")

logger.info(
f"Using bundle {di_batch_job_bundle.id} for fine-tune job: {di_batch_job_bundle.image_repository=}, {di_batch_job_bundle.image_tag=}"
Expand Down

0 comments on commit 659d08d

Please sign in to comment.