winglian commited on
Commit
7f2618b
1 Parent(s): aca0398

add docker images for pytorch 2.10 (#697)

Browse files
.github/workflows/base.yml CHANGED
@@ -25,6 +25,11 @@ jobs:
25
  python_version: "3.10"
26
  pytorch: 2.0.1
27
  torch_cuda_arch_list: "7.0 7.5 8.0 8.6 9.0+PTX"
 
 
 
 
 
28
  steps:
29
  - name: Checkout
30
  uses: actions/checkout@v3
 
25
  python_version: "3.10"
26
  pytorch: 2.0.1
27
  torch_cuda_arch_list: "7.0 7.5 8.0 8.6 9.0+PTX"
28
+ - cuda: "118"
29
+ cuda_version: 11.8.0
30
+ python_version: "3.10"
31
+ pytorch: 2.1.0
32
+ torch_cuda_arch_list: "7.0 7.5 8.0 8.6 9.0+PTX"
33
  steps:
34
  - name: Checkout
35
  uses: actions/checkout@v3
.github/workflows/main.yml CHANGED
@@ -23,6 +23,11 @@ jobs:
23
  python_version: "3.10"
24
  pytorch: 2.0.1
25
  axolotl_extras:
 
 
 
 
 
26
  runs-on: [self-hosted, gpu, docker]
27
  steps:
28
  - name: Checkout
@@ -68,6 +73,11 @@ jobs:
68
  pytorch: 2.0.1
69
  axolotl_extras:
70
  is_latest: true
 
 
 
 
 
71
  runs-on: [self-hosted, gpu, docker]
72
  steps:
73
  - name: Checkout
 
23
  python_version: "3.10"
24
  pytorch: 2.0.1
25
  axolotl_extras:
26
+ - cuda: 118
27
+ cuda_version: 11.8.0
28
+ python_version: "3.10"
29
+ pytorch: 2.1.0
30
+ axolotl_extras:
31
  runs-on: [self-hosted, gpu, docker]
32
  steps:
33
  - name: Checkout
 
73
  pytorch: 2.0.1
74
  axolotl_extras:
75
  is_latest: true
76
+ - cuda: 118
77
+ cuda_version: 11.8.0
78
+ python_version: "3.10"
79
+ pytorch: 2.1.0
80
+ axolotl_extras:
81
  runs-on: [self-hosted, gpu, docker]
82
  steps:
83
  - name: Checkout