Merge pull request #178 from tsukumijima/master
Fix: Missing onnx dependency
This commit is contained in:
@@ -9,8 +9,10 @@ loguru
|
|||||||
nltk<=3.8.1
|
nltk<=3.8.1
|
||||||
num2words
|
num2words
|
||||||
numpy<2
|
numpy<2
|
||||||
|
onnx
|
||||||
onnxruntime
|
onnxruntime
|
||||||
onnxruntime-gpu
|
onnxruntime-gpu
|
||||||
|
onnxsim
|
||||||
pyannote.audio>=3.1.0
|
pyannote.audio>=3.1.0
|
||||||
pyloudnorm
|
pyloudnorm
|
||||||
pyopenjtalk-dict
|
pyopenjtalk-dict
|
||||||
|
|||||||
@@ -11,10 +11,11 @@ loguru
|
|||||||
nltk<=3.8.1
|
nltk<=3.8.1
|
||||||
num2words
|
num2words
|
||||||
numpy<2
|
numpy<2
|
||||||
|
onnx
|
||||||
onnxruntime
|
onnxruntime
|
||||||
onnxruntime-directml; sys_platform == 'win32'
|
onnxruntime-directml; sys_platform == 'win32'
|
||||||
onnxruntime-gpu; sys_platform != 'darwin'
|
onnxruntime-gpu; sys_platform != 'darwin'
|
||||||
# onnxsim
|
onnxsim
|
||||||
# protobuf==4.25
|
# protobuf==4.25
|
||||||
psutil
|
psutil
|
||||||
# punctuators
|
# punctuators
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ loguru
|
|||||||
nltk<=3.8.1
|
nltk<=3.8.1
|
||||||
num2words
|
num2words
|
||||||
numpy<2
|
numpy<2
|
||||||
|
onnx
|
||||||
onnxruntime
|
onnxruntime
|
||||||
onnxruntime-directml; sys_platform == 'win32'
|
onnxruntime-directml; sys_platform == 'win32'
|
||||||
onnxruntime-gpu; sys_platform != 'darwin'
|
onnxruntime-gpu; sys_platform != 'darwin'
|
||||||
|
|||||||
Reference in New Issue
Block a user