From c3fde36ada2f917c02170d0251b22757d9e5a96a Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sat, 12 Aug 2023 19:07:38 -0400 Subject: [PATCH] attempt to run non-base docker builds on regular cpu hosts (#369) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9446e03a1..b5c577042 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: python_version: "3.9" pytorch: 2.0.1 axolotl_extras: gptq - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -77,7 +77,7 @@ jobs: python_version: "3.9" pytorch: 2.0.1 axolotl_extras: gptq - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3