We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9ad03 commit cd5e0e5Copy full SHA for cd5e0e5
support/environment.go
@@ -95,7 +95,7 @@ func GetRayTorchROCmImage() string {
95
}
96
97
func GetPyTorchImage() string {
98
- return lookupEnvOrDefault(CodeFlareTestPyTorchImage, "pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime")
+ return lookupEnvOrDefault(CodeFlareTestPyTorchImage, "pytorch/pytorch:2.4.1-cuda11.8-cudnn9-runtime")
99
100
101
func GetCudaTrainingImage() string {
0 commit comments