Skip to content

Commit 75ae18e

Browse files
committed
test: Upgrade Torch dependencies
1 parent c2a0b78 commit 75ae18e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/e2e/mnist_pip_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytorch_lightning==1.9.5
2-
torchmetrics==0.9.1
3-
torchvision==0.12.0
2+
torchmetrics==1.4.0.post0
3+
torchvision==0.18.1

test/e2e/mnist_rayjob_raycluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ func constructRayJob(_ Test, namespace *corev1.Namespace, rayCluster *rayv1.RayC
314314
RuntimeEnvYAML: `
315315
pip:
316316
- pytorch_lightning==1.9.5
317-
- torchmetrics==0.9.1
318-
- torchvision==0.12.0
317+
- torchmetrics==1.4.0.post0
318+
- torchvision==0.18.1
319319
env_vars:
320320
MNIST_DATASET_URL: "` + GetMnistDatasetURL() + `"
321321
PIP_INDEX_URL: "` + GetPipIndexURL() + `"

test/odh/resources/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
{{.PipTrustedHost}}
33
pytorch_lightning==1.9.5
44
ray_lightning
5-
torchmetrics==0.9.1
6-
torchvision==0.12.0
5+
torchmetrics==1.4.0.post0
6+
torchvision==0.18.1

0 commit comments

Comments
 (0)