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
pull/4133/head
Alexey Morozov 12 months ago committed by GitHub
parent 59fe967348
commit 8097a56be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -265,7 +265,7 @@
},
"outputs": [],
"source": [
"!pip install --upgrade pip && pip install paddlespeech==0.1.0"
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
]
},
{

@ -138,7 +138,7 @@
},
"outputs": [],
"source": [
"!pip install --upgrade pip && pip install paddlespeech==0.1.0"
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
]
},
{

@ -53,7 +53,7 @@
"outputs": [],
"source": [
"# 环境准备安装paddlespeech\n",
"!pip install --upgrade pip && pip install paddlespeech -U"
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
]
},
{

@ -138,8 +138,7 @@
},
"outputs": [],
"source": [
"!pip install -U pip\n",
"!pip install paddlespeech"
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
]
},
{

@ -158,7 +158,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install --upgrade pip && pip install paddlespeech -U"
"!pip install -U pip paddlepaddle-gpu && pip install paddlespeech"
]
},
{

Loading…
Cancel
Save