winglian commited on
Commit
7018576
1 Parent(s): 120b809

add torch 2.3.0 to builds (#1593)

Browse files
.github/workflows/base.yml CHANGED
@@ -32,6 +32,11 @@ jobs:
32
  python_version: "3.11"
33
  pytorch: 2.2.1
34
  torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
 
 
 
 
 
35
  steps:
36
  - name: Checkout
37
  uses: actions/checkout@v3
 
32
  python_version: "3.11"
33
  pytorch: 2.2.1
34
  torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
35
+ - cuda: "121"
36
+ cuda_version: 12.1.0
37
+ python_version: "3.11"
38
+ pytorch: 2.3.0
39
+ torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
40
  steps:
41
  - name: Checkout
42
  uses: actions/checkout@v3
.github/workflows/main.yml CHANGED
@@ -30,6 +30,11 @@ jobs:
30
  python_version: "3.11"
31
  pytorch: 2.2.1
32
  axolotl_extras:
 
 
 
 
 
33
  runs-on: axolotl-gpu-runner
34
  steps:
35
  - name: Checkout
@@ -86,6 +91,11 @@ jobs:
86
  python_version: "3.11"
87
  pytorch: 2.2.1
88
  axolotl_extras:
 
 
 
 
 
89
  runs-on: axolotl-gpu-runner
90
  steps:
91
  - name: Checkout
 
30
  python_version: "3.11"
31
  pytorch: 2.2.1
32
  axolotl_extras:
33
+ - cuda: 121
34
+ cuda_version: 12.1.0
35
+ python_version: "3.11"
36
+ pytorch: 2.3.0
37
+ axolotl_extras:
38
  runs-on: axolotl-gpu-runner
39
  steps:
40
  - name: Checkout
 
91
  python_version: "3.11"
92
  pytorch: 2.2.1
93
  axolotl_extras:
94
+ - cuda: 121
95
+ cuda_version: 12.1.0
96
+ python_version: "3.11"
97
+ pytorch: 2.3.0
98
+ axolotl_extras:
99
  runs-on: axolotl-gpu-runner
100
  steps:
101
  - name: Checkout
.github/workflows/nightlies.yml CHANGED
@@ -29,6 +29,11 @@ jobs:
29
  python_version: "3.11"
30
  pytorch: 2.2.1
31
  axolotl_extras:
 
 
 
 
 
32
  runs-on: axolotl-gpu-runner
33
  steps:
34
  - name: Checkout
@@ -86,6 +91,11 @@ jobs:
86
  python_version: "3.11"
87
  pytorch: 2.2.1
88
  axolotl_extras:
 
 
 
 
 
89
  runs-on: axolotl-gpu-runner
90
  steps:
91
  - name: Checkout
 
29
  python_version: "3.11"
30
  pytorch: 2.2.1
31
  axolotl_extras:
32
+ - cuda: 121
33
+ cuda_version: 12.1.0
34
+ python_version: "3.11"
35
+ pytorch: 2.3.0
36
+ axolotl_extras:
37
  runs-on: axolotl-gpu-runner
38
  steps:
39
  - name: Checkout
 
91
  python_version: "3.11"
92
  pytorch: 2.2.1
93
  axolotl_extras:
94
+ - cuda: 121
95
+ cuda_version: 12.1.0
96
+ python_version: "3.11"
97
+ pytorch: 2.3.0
98
+ axolotl_extras:
99
  runs-on: axolotl-gpu-runner
100
  steps:
101
  - name: Checkout