Skip to content

Commit acea0a4

Browse files
authored
fix noavx link problem (PaddlePaddle#3645)
1 parent bfd33d3 commit acea0a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/install/pip/linux-pip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
* cpu、mkl版本noavx机器安装:
182182
183183
```
184-
python -m pip install paddlepaddle==2.1.1 -f http://www.paddlepaddle.org.cn/whl/mkl/stable/noavx/html --no-index
184+
python -m pip install paddlepaddle==2.1.1 -f https://www.paddlepaddle.org.cn/whl/mkl/stable/noavx.html --no-index
185185
```
186186
187187
* cpu、openblas版本noavx机器安装:

docs/install/pip/linux-pip_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Note:
189189
* cpu and mkl version installed on noavx machine:
190190
191191
```
192-
python -m pip install paddlepaddle==2.1.1 -f http://www.paddlepaddle.org.cn/whl/mkl/stable/noavx/html --no-index
192+
python -m pip install paddlepaddle==2.1.1 -f https://www.paddlepaddle.org.cn/whl/mkl/stable/noavx.html --no-index
193193
```
194194
195195
* cpu and openblas version installed on noavx machine:

docs/install/pip/windows-pip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
* cpu、mkl版本noavx机器安装:
138138
139139
```
140-
python -m pip install paddlepaddle==2.1.1 -f http://www.paddlepaddle.org.cn/whl/mkl/stable/noavx/html --no-index
140+
python -m pip install paddlepaddle==2.1.1 -f https://www.paddlepaddle.org.cn/whl/mkl/stable/noavx.html --no-index
141141
```
142142
143143
* cpu、openblas版本noavx机器安装:

docs/install/pip/windows-pip_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Note:
136136
* cpu and mkl version installed on noavx machine:
137137
138138
```
139-
python -m pip install paddlepaddle==2.1.1 -f http://www.paddlepaddle.org.cn/whl/mkl/stable/noavx/html --no-index
139+
python -m pip install paddlepaddle==2.1.1 -f https://www.paddlepaddle.org.cn/whl/mkl/stable/noavx.html --no-index
140140
```
141141
142142
* cpu and openblas version installed on noavx machine:

0 commit comments

Comments
 (0)