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():
556556 "V11": (
557557 "nvidia-cuda-runtime-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | "
558558 "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' | "
560560 "nvidia-cublas-cu11==11.11.3.6; platform_system == 'Linux' and platform_machine == 'x86_64' | "
561561 "nvidia-cufft-cu11==10.9.0.58; platform_system == 'Linux' and platform_machine == 'x86_64' | "
562562 "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():
10751075 "V11" : (
10761076 "nvidia-cuda-runtime-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | "
10771077 "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' | "
10791079 "nvidia-cublas-cu11==11.11.3.6; platform_system == 'Linux' and platform_machine == 'x86_64' | "
10801080 "nvidia-cufft-cu11==10.9.0.58; platform_system == 'Linux' and platform_machine == 'x86_64' | "
10811081 "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