From 423985ae4142ac3a1e12a2fd4e708e160947cc3e Mon Sep 17 00:00:00 2001 From: Gabriele Oliaro Date: Mon, 15 May 2023 16:42:49 +0800 Subject: [PATCH] Stop pre-building for Ubuntu 18 --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a5b62a..b20c2b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: name: Build the FlexFlow dependencies strategy: matrix: - os: [ubuntu-18.04, ubuntu-20.04] + os: ubuntu-20.04 cuda_version: [ "10.1.243", @@ -39,9 +39,6 @@ jobs: cuda_version: "10.1.243" - os: ubuntu-20.04 cuda_version: "10.2.89" - # Only pre-compile hip_rocm on Ubuntu 20.04 with one single version of CUDA (although CUDA is not necessary) - - os: ubuntu-18.04 - gpu_backend: "hip_rocm" - cuda_version: "10.1.243" gpu_backend: "hip_rocm" - cuda_version: "10.2.89"