File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ def get_paddle_extra_install_requirements():
556
556
"V11": (
557
557
"nvidia-cuda-runtime-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | "
558
558
"nvidia-cuda-cupti-cu11==11.8.87; platform_system == 'Linux' and platform_machine == 'x86_64' | "
559
- "nvidia-cudnn-cu11==8.7.0.84 ; platform_system == 'Linux' and platform_machine == 'x86_64' | "
559
+ "nvidia-cudnn-cu11==8.9.6.50 ; platform_system == 'Linux' and platform_machine == 'x86_64' | "
560
560
"nvidia-cublas-cu11==11.11.3.6; platform_system == 'Linux' and platform_machine == 'x86_64' | "
561
561
"nvidia-cufft-cu11==10.9.0.58; platform_system == 'Linux' and platform_machine == 'x86_64' | "
562
562
"nvidia-curand-cu11==10.3.0.86; platform_system == 'Linux' and platform_machine == 'x86_64' | "
Original file line number Diff line number Diff line change @@ -1075,7 +1075,7 @@ def get_paddle_extra_install_requirements():
1075
1075
"V11" : (
1076
1076
"nvidia-cuda-runtime-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | "
1077
1077
"nvidia-cuda-cupti-cu11==11.8.87; platform_system == 'Linux' and platform_machine == 'x86_64' | "
1078
- "nvidia-cudnn-cu11==8.7.0.84 ; platform_system == 'Linux' and platform_machine == 'x86_64' | "
1078
+ "nvidia-cudnn-cu11==8.9.6.50 ; platform_system == 'Linux' and platform_machine == 'x86_64' | "
1079
1079
"nvidia-cublas-cu11==11.11.3.6; platform_system == 'Linux' and platform_machine == 'x86_64' | "
1080
1080
"nvidia-cufft-cu11==10.9.0.58; platform_system == 'Linux' and platform_machine == 'x86_64' | "
1081
1081
"nvidia-curand-cu11==10.3.0.86; platform_system == 'Linux' and platform_machine == 'x86_64' | "
You can’t perform that action at this time.
0 commit comments