@@ -12,7 +12,7 @@ services:
12
12
TENSORFLOW_PACKAGE : tensorflow-cpu==2.8.0
13
13
KERAS_PACKAGE : keras==2.8.0
14
14
PYTORCH_PACKAGE : torch==1.11.0+cpu
15
- PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning==1.3.8
15
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning==1.5.9
16
16
TORCHVISION_PACKAGE : torchvision==0.12.0+cpu
17
17
MXNET_PACKAGE : mxnet==1.9.0
18
18
PYSPARK_PACKAGE : pyspark==3.2.1
@@ -65,7 +65,6 @@ services:
65
65
TENSORFLOW_PACKAGE : tensorflow==1.15.5
66
66
KERAS_PACKAGE : keras==2.2.4
67
67
PYTORCH_PACKAGE : torch==1.8.1+cpu
68
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.3.8
69
68
TORCHVISION_PACKAGE : torchvision==0.9.1+cpu
70
69
MXNET_PACKAGE : mxnet==1.5.1.post0
71
70
test-cpu-gloo-py3_8-tf2_6_3-keras2_6_0-torch1_9_1-mxnet1_7_0_p2-pyspark3_2_1 :
@@ -95,7 +94,7 @@ services:
95
94
KERAS_PACKAGE : None
96
95
PYTORCH_PACKAGE : torch-nightly
97
96
TORCHVISION_PACKAGE : torchvision
98
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning ==1.3.8
97
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning ==1.5.9
99
98
MXNET_PACKAGE : mxnet-nightly
100
99
# these are the lowest framework versions that Horovod compiles with, but they are not tested
101
100
test-cpu-gloo-py3_7-tfmin-kerasmin-torchmin-mxnetmin-pysparkmin :
@@ -170,7 +169,7 @@ services:
170
169
TENSORFLOW_PACKAGE : tensorflow-gpu==1.15.5
171
170
KERAS_PACKAGE : keras==2.2.4
172
171
PYTORCH_PACKAGE : torch==1.8.1+cu101
173
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning ==1.3.8
172
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning ==1.5.9
174
173
TORCHVISION_PACKAGE : torchvision==0.9.1+cu101
175
174
MXNET_PACKAGE : mxnet-cu100==1.5.1.post0
176
175
# here we deviate from mxnet==1.7.0.post2 as there is none for cu101, only post1
@@ -185,7 +184,7 @@ services:
185
184
TENSORFLOW_PACKAGE : tensorflow-gpu==2.6.3
186
185
KERAS_PACKAGE : keras==2.6.0
187
186
PYTORCH_PACKAGE : torch==1.9.1+cu102
188
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning ==1.3.8
187
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning ==1.5.9
189
188
TORCHVISION_PACKAGE : torchvision==0.10.1+cu102
190
189
MXNET_PACKAGE : mxnet-cu101==1.7.0.post1
191
190
test-gpu-gloo-py3_8-tf2_7_1-keras2_7_0-torch1_10_2-mxnet1_8_0_p0-pyspark3_2_1 :
@@ -198,7 +197,7 @@ services:
198
197
TENSORFLOW_PACKAGE : tensorflow-gpu==2.7.1
199
198
KERAS_PACKAGE : keras==2.7.0
200
199
PYTORCH_PACKAGE : torch==1.10.2+cu111
201
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning ==1.3.8
200
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning ==1.5.9
202
201
TORCHVISION_PACKAGE : torchvision==0.11.3+cu111
203
202
MXNET_PACKAGE : mxnet-cu112==1.8.0.post0
204
203
test-gpu-openmpi-gloo-py3_8-tf2_8_0-keras2_8_0-torch1_11_0-mxnet1_9_0-pyspark3_2_1 :
@@ -212,7 +211,7 @@ services:
212
211
TENSORFLOW_PACKAGE : tensorflow-gpu==2.8.0
213
212
KERAS_PACKAGE : keras==2.8.0
214
213
PYTORCH_PACKAGE : torch==1.11.0+cu113
215
- PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning==1.3.8
214
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning==1.5.9
216
215
TORCHVISION_PACKAGE : torchvision==0.12.0+cu113
217
216
MXNET_PACKAGE : mxnet-cu112==1.9.0
218
217
test-gpu-gloo-py3_8-tfhead-keras_none-torchhead-mxnethead-pyspark3_2_1 :
@@ -225,7 +224,7 @@ services:
225
224
TENSORFLOW_PACKAGE : tf-nightly-gpu
226
225
KERAS_PACKAGE : None
227
226
PYTORCH_PACKAGE : torch-nightly-cu111
228
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning ==1.3.8
227
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning ==1.5.9
229
228
TORCHVISION_PACKAGE : torchvision
230
229
MXNET_PACKAGE : mxnet-nightly-cu112
231
230
# these are the lowest framework versions that Horovod compiles with, but they are not tested
@@ -257,7 +256,7 @@ services:
257
256
TENSORFLOW_PACKAGE : tensorflow-gpu==2.8.0
258
257
KERAS_PACKAGE : keras==2.8.0
259
258
PYTORCH_PACKAGE : torch==1.11.0+cu113
260
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning ==1.3.8
259
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning ==1.5.9
261
260
TORCHVISION_PACKAGE : torchvision==0.12.0+cu113
262
261
MXNET_PACKAGE : mxnet-cu112==1.9.0
263
262
HOROVOD_BUILD_FLAGS : " "
0 commit comments