winglian commited on
Commit
c5b0af1
1 Parent(s): 0abcd71

define python version (3.10) explicitly as string in yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/base.yml +4 -4
.github/workflows/base.yml CHANGED
@@ -16,19 +16,19 @@ jobs:
16
  include:
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
27
- python_version: 3.9
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
 
16
  include:
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
27
+ python_version: "3.9"
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