Skip to content

Commit

Permalink
add ml-platform use case labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kenthua committed Sep 17, 2024
1 parent 0f771a1 commit dd9e278
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
metadata:
labels:
app: data-prep
ml-platform: data-prep
spec:
containers:
- name: job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
metadata:
labels:
app: data-processing
ml-platform: data-processing
spec:
containers:
- name: job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
metadata:
labels:
app: finetune-job
ml-platform: finetune-job
annotations:
gke-gcsfuse/volumes: "true"
gke-gcsfuse/memory-limit: "35Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
metadata:
labels:
app: finetune-job
ml-platform: finetune-job
annotations:
gke-gcsfuse/volumes: "true"
gke-gcsfuse/memory-limit: "35Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
metadata:
labels:
app: finetune-job
ml-platform: finetune-job
annotations:
gke-gcsfuse/volumes: "true"
gke-gcsfuse/memory-limit: "35Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
metadata:
labels:
app: vllm-openai-a100
ml-platform: vllm-openai
annotations:
gke-gcsfuse/volumes: "true"
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
metadata:
labels:
app: vllm-openai-l4
ml-platform: vllm-openai
annotations:
gke-gcsfuse/volumes: "true"
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
metadata:
labels:
app: model-eval
ml-platform: model-eval
spec:
containers:
- name: job
Expand Down

0 comments on commit dd9e278

Please sign in to comment.