Skip to content

Commit 8097a56

Browse files
authored
Add missing installation of paddlepaddle (#4130)
* Add missing installation of paddlepaddle; removed from paddlespeech since it's broken * Install paddlepaddle before paddlespeech * Install paddlepaddle-gpu instead of paddlepaddle
1 parent 59fe967 commit 8097a56

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

docs/tutorial/asr/tutorial_deepspeech2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
},
266266
"outputs": [],
267267
"source": [
268-
"!pip install --upgrade pip && pip install paddlespeech==0.1.0"
268+
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
269269
]
270270
},
271271
{

docs/tutorial/asr/tutorial_transformer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139
"outputs": [],
140140
"source": [
141-
"!pip install --upgrade pip && pip install paddlespeech==0.1.0"
141+
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
142142
]
143143
},
144144
{

docs/tutorial/cls/cls_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"outputs": [],
5454
"source": [
5555
"# 环境准备:安装paddlespeech\n",
56-
"!pip install --upgrade pip && pip install paddlespeech -U"
56+
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
5757
]
5858
},
5959
{

docs/tutorial/st/st_tutorial.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@
138138
},
139139
"outputs": [],
140140
"source": [
141-
"!pip install -U pip\n",
142-
"!pip install paddlespeech"
141+
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
143142
]
144143
},
145144
{

docs/tutorial/tts/tts_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"metadata": {},
159159
"outputs": [],
160160
"source": [
161-
"!pip install --upgrade pip && pip install paddlespeech -U"
161+
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
162162
]
163163
},
164164
{

0 commit comments

Comments
 (0)