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
matplotlib
nara_wpe
onnxruntime-gpu==1.10.0
onnxruntime==1.10.0
pandas
paddlenlp
paddlespeech_feat

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

Loading…
Cancel
Save