winglian commited on
Commit
918f1b0
·
unverified ·
1 Parent(s): c3fde36

revert previous change and build ax images w docker on gpu (#371)

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -29,7 +29,7 @@ jobs:
29
  python_version: "3.9"
30
  pytorch: 2.0.1
31
  axolotl_extras: gptq
32
- runs-on: ubuntu-latest
33
  steps:
34
  - name: Checkout
35
  uses: actions/checkout@v3
@@ -77,7 +77,7 @@ jobs:
77
  python_version: "3.9"
78
  pytorch: 2.0.1
79
  axolotl_extras: gptq
80
- runs-on: ubuntu-latest
81
  steps:
82
  - name: Checkout
83
  uses: actions/checkout@v3
 
29
  python_version: "3.9"
30
  pytorch: 2.0.1
31
  axolotl_extras: gptq
32
+ runs-on: self-hosted
33
  steps:
34
  - name: Checkout
35
  uses: actions/checkout@v3
 
77
  python_version: "3.9"
78
  pytorch: 2.0.1
79
  axolotl_extras: gptq
80
+ runs-on: self-hosted
81
  steps:
82
  - name: Checkout
83
  uses: actions/checkout@v3