Skip to content

Commit 383bcbe

Browse files
committed
2 parents 5161606 + ac5e474 commit 383bcbe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

requirements.windows.cuda11_8.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
numpy<2 # Installing NumPy, a package for scientific computing
44

5-
# PaddlePaddle from PyPi is for CUDA 10.2 only. Need to use paddlepaddle.org for other CUDA versions
6-
-i https://mirror.baidu.com/pypi/simple
7-
paddlepaddle-gpu==2.6.0 # Installing PaddlePaddle, Parallel Distributed Deep Learning
5+
# PaddlePaddle from PyPi is for CUDA 11.8 only. Need to use paddlepaddle.org for other CUDA versions
6+
paddlepaddle-gpu==2.6.2 # Installing PaddlePaddle, Parallel Distributed Deep Learning
87

98
#paddleocr==2.6.1.3 # Installing PaddleOCR, the OCR toolkit based on PaddlePaddle
109
paddleocr==2.7.0.3 # Installing PaddleOCR, the OCR toolkit based on PaddlePaddle
@@ -14,4 +13,4 @@ opencv-python # Installing OpenCV, the Computer Vision library
1413

1514
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
1615

17-
# end of file
16+
# end of file

0 commit comments

Comments
 (0)