attempt to run non-base docker builds on regular cpu hosts (#369)

This commit is contained in:
Wing Lian
2023-08-12 19:07:38 -04:00
committed by GitHub
parent 2bb0b78975
commit c3fde36ada

View File

@@ -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