@@ -12,7 +12,7 @@ services:
12
12
TENSORFLOW_PACKAGE : tensorflow-cpu==2.6.0
13
13
KERAS_PACKAGE : None
14
14
PYTORCH_PACKAGE : torch==1.9.0+cpu
15
- PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning==1.3.7.post0
15
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning==1.3.8
16
16
TORCHVISION_PACKAGE : torchvision==0.10.0+cpu
17
17
MXNET_PACKAGE : mxnet==1.8.0.post0
18
18
PYSPARK_PACKAGE : pyspark==3.1.2
@@ -57,7 +57,7 @@ services:
57
57
TENSORFLOW_PACKAGE : tensorflow==1.15.5
58
58
KERAS_PACKAGE : keras==2.2.4
59
59
PYTORCH_PACKAGE : torch==1.6.0+cpu
60
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.1.0
60
+ PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.3.8
61
61
TORCHVISION_PACKAGE : torchvision==0.7.0+cpu
62
62
MXNET_PACKAGE : mxnet==1.5.1.post0
63
63
# there is no mxnet-1.6.0.post0 and mxnet-1.6.0 does not work with horovod
@@ -146,7 +146,7 @@ services:
146
146
TENSORFLOW_PACKAGE : tensorflow-gpu==2.4.3
147
147
KERAS_PACKAGE : keras==2.3.1
148
148
PYTORCH_PACKAGE : torch==1.7.1+cu101
149
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.2.9
149
+ PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.3.8
150
150
TORCHVISION_PACKAGE : torchvision==0.8.2+cu101
151
151
MXNET_PACKAGE : mxnet-cu101==1.6.0.post0
152
152
# we additionally test the previous framework combination (CUDA 10.x) with mxnet 1.7.x
@@ -161,7 +161,7 @@ services:
161
161
TENSORFLOW_PACKAGE : tensorflow-gpu==2.4.3
162
162
KERAS_PACKAGE : keras==2.3.1
163
163
PYTORCH_PACKAGE : torch==1.7.1+cu101
164
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.2.9
164
+ PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.3.8
165
165
TORCHVISION_PACKAGE : torchvision==0.8.2+cu101
166
166
MXNET_PACKAGE : mxnet-cu101==1.7.0.post1
167
167
# we deviate from mxnet1_7_0_p2 here as other frameworks target CUDA 11.x and
@@ -176,7 +176,7 @@ services:
176
176
TENSORFLOW_PACKAGE : tensorflow-gpu==2.5.1
177
177
KERAS_PACKAGE : None
178
178
PYTORCH_PACKAGE : torch==1.8.1+cu111
179
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.2.9
179
+ PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.3.8
180
180
TORCHVISION_PACKAGE : torchvision==0.9.1+cu111
181
181
MXNET_PACKAGE : mxnet-cu112==1.8.0.post0
182
182
test-gpu-openmpi-gloo-py3_8-tf2_6_0-keras_none-torch1_9_0-mxnet1_8_0_p0-pyspark3_1_2 :
@@ -190,7 +190,7 @@ services:
190
190
TENSORFLOW_PACKAGE : tensorflow-gpu==2.6.0
191
191
KERAS_PACKAGE : None
192
192
PYTORCH_PACKAGE : torch==1.9.0+cu111
193
- PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning==1.3.7.post0
193
+ PYTORCH_LIGHTNING_PACKAGE : pytorch-lightning==1.3.8
194
194
TORCHVISION_PACKAGE : torchvision==0.10.0+cu111
195
195
MXNET_PACKAGE : mxnet-cu112==1.8.0.post0
196
196
test-gpu-gloo-py3_8-tfhead-keras_none-torchhead-mxnethead-pyspark3_1_2 :
@@ -203,7 +203,7 @@ services:
203
203
TENSORFLOW_PACKAGE : tf-nightly-gpu
204
204
KERAS_PACKAGE : None
205
205
PYTORCH_PACKAGE : torch-nightly-cu111
206
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.2.9
206
+ PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.3.8
207
207
TORCHVISION_PACKAGE : torchvision
208
208
MXNET_PACKAGE : mxnet-nightly-cu112
209
209
@@ -218,7 +218,7 @@ services:
218
218
TENSORFLOW_PACKAGE : tensorflow-gpu==2.6.0
219
219
KERAS_PACKAGE : None
220
220
PYTORCH_PACKAGE : torch==1.9.0+cu111
221
- PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.3.7.post0
221
+ PYTORCH_LIGHTNING_PACKAGE : pytorch_lightning==1.3.8
222
222
TORCHVISION_PACKAGE : torchvision==0.10.0+cu111
223
223
MXNET_PACKAGE : mxnet-cu112==1.8.0.post0
224
224
HOROVOD_BUILD_FLAGS : " "
0 commit comments