Skip to content

Commit

Permalink
update: pipeline run
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 3, 2024
1 parent d4dfe20 commit 87ee935
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ metadata:
labels:
tekton.dev/pipeline: train-model
spec:
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 87ee935

Please sign in to comment.