revert previous change and build ax images w docker on gpu (#371)
Browse files
.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:
|
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:
|
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
|