Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Jul 28, 2024
1 parent 73ef41a commit a5ecb65
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
push: true
tags: |
${{ steps.meta.outputs.tags }}
ghcr.io/pickfordai/pickford-studio:latest
ghcr.io/kyryl-opens-ml/gpu-jobs-comparison:latest
labels: ${{ steps.meta.outputs.labels }}
22 changes: 15 additions & 7 deletions gpu-job/kubernetes/job-app-ml.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
apiVersion: batch/v1
kind: Job
metadata:
name: text2sql-training
name: phi-3-text2sql-k8s-job
spec:
parallelism: 1
template:
spec:
restartPolicy: Never
containers:
- image: ghcr.io/kyryl-opens-ml/gpu-jobs-comparison:pr-1
name: text2sql-training
- image: ghcr.io/kyryl-opens-ml/gpu-jobs-comparison:latest
name: training
env:
- name: HF_TOKEN
value: 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
valueFrom:
secretKeyRef:
name: gpu-job-secrets
key: HF_TOKEN
- name: WANDB_PROJECT
value: gpu-jobs-comparison
- name: WANDB_API_KEY
value: cb86168a2e8db7edb905da69307450f5e7867d66
valueFrom:
secretKeyRef:
name: gpu-job-secrets
key: WANDB_API_KEY
- name: RUN_NAME
value: phi-3-mini-lora-text2sql-k8s-job
valueFrom:
fieldRef:
fieldPath: metadata.name
command: ["python"]
args: ["text2sql_training.py"]
args: ["text2sql_training.py"]
20 changes: 0 additions & 20 deletions gpu-job/kubernetes/pod-app-ml.yaml

This file was deleted.

0 comments on commit a5ecb65

Please sign in to comment.