winglian commited on
Commit
e0011fd
1 Parent(s): 6e9e987

Fix base builder, missing tags

Browse files
Files changed (1) hide show
  1. .github/workflows/base.yml +3 -1
.github/workflows/base.yml CHANGED
@@ -17,10 +17,12 @@ jobs:
17
  - cuda: "118"
18
  cuda_version: 11.8.0
19
  python_version: "3.9"
 
20
  axolotl_extras:
21
  - cuda: "118"
22
  cuda_version: 11.8.0
23
  python_version: "3.10"
 
24
  axolotl_extras:
25
  - cuda: "117"
26
  cuda_version: 11.7.0
@@ -28,8 +30,8 @@ jobs:
28
  pytorch: 1.13.1
29
  axolotl_extras:
30
  - cuda: "118"
31
- python_version: "3.9"
32
  cuda_version: 11.8.0
 
33
  pytorch: 2.0.0
34
  axolotl_extras: gptq
35
  steps:
 
17
  - cuda: "118"
18
  cuda_version: 11.8.0
19
  python_version: "3.9"
20
+ pytorch: 2.0.0
21
  axolotl_extras:
22
  - cuda: "118"
23
  cuda_version: 11.8.0
24
  python_version: "3.10"
25
+ pytorch: 2.0.0
26
  axolotl_extras:
27
  - cuda: "117"
28
  cuda_version: 11.7.0
 
30
  pytorch: 1.13.1
31
  axolotl_extras:
32
  - cuda: "118"
 
33
  cuda_version: 11.8.0
34
+ python_version: "3.9"
35
  pytorch: 2.0.0
36
  axolotl_extras: gptq
37
  steps: