Skip to content

Commit

Permalink
test: Upgrade pytorch_lightning to fix invalid metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Jun 28, 2024
1 parent 90ba84a commit fa186c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/mnist_pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytorch_lightning==1.5.10
pytorch_lightning==1.9.5
torchmetrics==0.9.1
torchvision==0.12.0
2 changes: 1 addition & 1 deletion test/e2e/mnist_rayjob_raycluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func constructRayJob(_ Test, namespace *corev1.Namespace, rayCluster *rayv1.RayC
Entrypoint: "python /home/ray/jobs/mnist.py",
RuntimeEnvYAML: `
pip:
- pytorch_lightning==1.5.10
- pytorch_lightning==1.9.5
- torchmetrics==0.9.1
- torchvision==0.12.0
env_vars:
Expand Down
2 changes: 1 addition & 1 deletion test/odh/resources/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{.PipIndexUrl}}
{{.PipTrustedHost}}
pytorch_lightning==1.5.10
pytorch_lightning==1.9.5
ray_lightning
torchmetrics==0.9.1
torchvision==0.12.0

0 comments on commit fa186c2

Please sign in to comment.