Skip to content

Commit f3b0306

Browse files
authored
update team label (#246)
1 parent 39a7e63 commit f3b0306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

model-engine/model_engine_server/infra/services/docker_image_batch_job_llm_fine_tuning_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ async def create_fine_tune(
9797
gpu_type=di_batch_job_bundle.gpu_type,
9898
storage=di_batch_job_bundle.storage,
9999
),
100-
labels=dict(team="infra", product="llm-fine-tune"),
100+
# TODO: Pass user-defined labels
101+
labels=dict(team="egp", product="llm-fine-tune"),
101102
annotations=dict(fine_tuned_model=fine_tuned_model),
102103
mount_location=di_batch_job_bundle.mount_location,
103104
)

0 commit comments

Comments
 (0)