Skip to content

Commit 222395d

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Use newer PyTorch image for tests
1 parent 1f9ad03 commit 222395d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func GetRayTorchROCmImage() string {
9595
}
9696

9797
func GetPyTorchImage() string {
98-
return lookupEnvOrDefault(CodeFlareTestPyTorchImage, "pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime")
98+
return lookupEnvOrDefault(CodeFlareTestPyTorchImage, "pytorch/pytorch:2.4.1-cuda11.8-cudnn9-runtime")
9999
}
100100

101101
func GetCudaTrainingImage() string {

0 commit comments

Comments
 (0)