Skip to content

Commit 99bbfcb

Browse files
committed
Update versions for circleci
1 parent 4c22f78 commit 99bbfcb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/test.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
type: string
138138
cuda:
139139
type: enum
140-
enum: ["10.1", "10.2", "11.1", "11.7", "11.8"]
140+
enum: ["10.1", "10.2", "11.1", "11.7", "11.8", "12.1", "12.4"]
141141
cudnn:
142142
type: integer
143143
default: 7
@@ -267,9 +267,9 @@ workflows:
267267
- lint
268268
- build_cpu:
269269
name: maximum_version_cpu
270-
torch: 2.1.0
271-
torchvision: 0.16.0
272-
python: 3.9.0
270+
torch: 2.5.0
271+
torchvision: 0.20.0
272+
python: 3.12.6
273273
requires:
274274
- minimum_version_cpu
275275
- hold_integration_test:
@@ -296,9 +296,9 @@ workflows:
296296
- hold
297297
- build_cuda:
298298
name: maximum_version_gpu
299-
torch: 2.1.0
300-
cuda: "11.8"
301-
cudnn: 8
299+
torch: 2.5.0
300+
cuda: "12.4"
301+
cudnn: 9
302302
requires:
303303
- hold
304304
merge_stage_test:

0 commit comments

Comments
 (0)