-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❓ No onnx gpu support? #365
Comments
@snakers4 I'm also seeing issues with onnxruntime-gpu. This is the exception I'm seeing:
I'm using |
I am also having this problem |
The VAD is not really meant to run on GPU, but maybe with a new ONNX export it will just work. |
you can remove the error with |
@snakers4 how can I do a new onnx export withtout the actual source code ? |
The new VAD version was released just now - #2 (comment) Can you please re-run your and tests and if the issue persists - please open a new issue |
Hi,
Just wondering is there no onnx gpu support? Would it not be any faster than jit when moving the model to CUDA with a .to() ?
This is what happened:
pip install onnxruntime-gpu
The text was updated successfully, but these errors were encountered: