Skip to content

Commit 8a8c221

Browse files
committed
fix cudnn version in main & min gpu version
1 parent 63fc9e6 commit 8a8c221

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ workflows:
174174
# Use double quotation mark to explicitly specify its type
175175
# as string instead of number
176176
cuda: "10.2"
177+
cudnn: 7
177178
requires:
178179
- hold
179180
- build_cuda:
@@ -191,6 +192,7 @@ workflows:
191192
name: minimum_version_gpu
192193
torch: 1.8.1
193194
cuda: "10.2"
195+
cudnn: 7
194196
filters:
195197
branches:
196198
only:

0 commit comments

Comments
 (0)