From 5ff6b644596ca52660d537740c297251a4014497 Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Tue, 30 Jul 2024 11:25:49 -0700 Subject: [PATCH] Remove no longer supported ROCm --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16e99ad27..33f09c0da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,8 +52,6 @@ jobs: runner: - labels: [self-hosted, Linux, X64, cpu] container: "ubuntu:22.04" - - labels: [self-hosted, Linux, X64, rocm-7600-8gb] - container: "rocm/pytorch:rocm6.1.3_ubuntu22.04_py3.10_pytorch_release-2.1.2" - labels: [self-hosted, Linux, X64, rocm-7600-8gb] container: "rocm/pytorch:rocm6.1_ubuntu22.04_py3.10_pytorch_2.4" - labels: [self-hosted, Linux, X64, cuda-3060-12gb]