Improve: Changed PyTorch to an optional dependency when used style_bert_vits2 as a library
ONNXRuntime has relied on CUDA 12.x / cuDNN 9.x by default since v1.19.0, while PyTorch finally supports cuDNN 9 since v2.4.0. Therefore, unless the pinning of torch<2.4 is eliminated, CUDA cannot be used with the latest version of ONNXRuntime.
This commit is contained in:
@@ -9,6 +9,7 @@ loguru
|
||||
num2words
|
||||
numpy<2
|
||||
onnxruntime
|
||||
onnxruntime-gpu
|
||||
pyannote.audio>=3.1.0
|
||||
pyloudnorm
|
||||
pyopenjtalk-dict
|
||||
|
||||
Reference in New Issue
Block a user