tweak test on our runners

This commit is contained in:
doctorpangloss 2025-05-19 21:25:14 -07:00
parent 8d7669548b
commit 2bcfdbaa44

View File

@ -18,10 +18,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
runner: runner:
- labels: [self-hosted, Linux, X64, cpu]
container: "ubuntu"
- labels: [self-hosted, Linux, X64, cuda-3060-12gb] - labels: [self-hosted, Linux, X64, cuda-3060-12gb]
container: "nvcr.io/nvidia/pytorch:24.06-py3" container: "nvcr.io/nvidia/pytorch:24.12-py3"
steps: steps:
- run: | - run: |
apt update || true apt update || true