Skip to content

Run on a GPU

Add GPU markers to a normal SaaS-compatible shape.

gpu-tests:
stage: test
tags:
- saas-linux-large-amd64
- gpu:nvidia
- gpu:count:1
script:
- nvidia-smi
- ./test-gpu.sh

Use gpu:model:<name> when the job requires a specific model.