Use 3060 as runner

This commit is contained in:
doctorpangloss 2025-05-19 20:26:51 -07:00
parent 6d8deff056
commit 351731557f

View File

@ -20,7 +20,7 @@ jobs:
runner: runner:
- labels: [self-hosted, Linux, X64, cpu] - labels: [self-hosted, Linux, X64, cpu]
container: "ubuntu" container: "ubuntu"
- labels: [self-hosted, Linux, X64, cuda-3090-24gb] - labels: [self-hosted, Linux, X64, cuda-3060-12gb]
container: "nvcr.io/nvidia/pytorch:24.06-py3" container: "nvcr.io/nvidia/pytorch:24.06-py3"
steps: steps:
- run: | - run: |