Skip to content

Commit

Permalink
fix: pipeline run
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 3, 2024
1 parent 8ffb8db commit 3c2a083
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions scripts/pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ metadata:
labels:
tekton.dev/pipeline: train-model
spec:
taskRunTemplate:
podTemplate:
tolerations:
- key: nvidia-gpu-only
operator: Exists
effect: NoSchedule
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule
podTemplate:
tolerations:
- key: nvidia-gpu-only
operator: Exists
effect: NoSchedule
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule
params:
- name: BATCH_SIZE
value: '-1'
Expand Down

0 comments on commit 3c2a083

Please sign in to comment.