onnxruntime doesn't support gpu for mac

pull/2220/head
TianYuan 2 years ago
parent ac2a9ec900
commit 24ae1c063e

@ -18,7 +18,7 @@ librosa==0.8.1
loguru loguru
matplotlib matplotlib
nara_wpe nara_wpe
onnxruntime-gpu==1.10.0 onnxruntime==1.10.0
pandas pandas
paddlenlp paddlenlp
paddlespeech_feat paddlespeech_feat

@ -44,7 +44,7 @@ base = [
"loguru", "loguru",
"matplotlib", "matplotlib",
"nara_wpe", "nara_wpe",
"onnxruntime-gpu==1.10.0", "onnxruntime==1.10.0",
"pandas", "pandas",
"paddlenlp", "paddlenlp",
"paddlespeech_feat", "paddlespeech_feat",

Loading…
Cancel
Save