Remove Dependence of Paddlepaddle-gpu (#3898)

* Update setup.py

* Update setup.py
pull/3903/head
张春乔 4 months ago committed by GitHub
parent d32ced7f1a
commit 65b6c8ef51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,7 +53,6 @@ base = [
"pandas", "pandas",
"paddleaudio>=1.1.0", "paddleaudio>=1.1.0",
"paddlenlp>=2.4.8", "paddlenlp>=2.4.8",
"paddlepaddle-gpu==2.5.1",
"paddleslim>=2.3.4", "paddleslim>=2.3.4",
"ppdiffusers>=0.9.0", "ppdiffusers>=0.9.0",
"paddlespeech_feat", "paddlespeech_feat",
@ -67,6 +66,7 @@ base = [
"pyyaml", "pyyaml",
"resampy", "resampy",
"sacrebleu", "sacrebleu",
"soundfile",
"textgrid", "textgrid",
"timer", "timer",
"ToJyutping==0.2.1", "ToJyutping==0.2.1",

Loading…
Cancel
Save