-
🐛 BugHello, when I load the vad model, this error as bellow, To ReproduceSteps to reproduce the behavior:
Expected behaviorEnvironment
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I believe that we have not tested the GPU-version of ONNX runtime
The current iteration of models work with PyTorch 1.9+ (I do not remember why, but something did not work prior, or maybe the compiler is only compatible in one direction). |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I try cpu-version |
Beta Was this translation helpful? Give feedback.
-
Ok. |
Beta Was this translation helpful? Give feedback.
Thanks for your reply.
I try cpu-version
onnxruntime==1.6.0
andpytorch==1.10.0
, now it works.