-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
simply change __init__.py, add onnxruntime with dml support. #3045
base: main
Are you sure you want to change the base?
Conversation
Just wanted to test directml performance versus CUDA. |
Nice! The reason for dml is unlimited vram, throw a 4K picture without tiling in iGPU! Update: That means, you don't need to build from my source, just using system python, simply run pip install onnxruntime-directml Could enable the ability to function dml. |
Script working okay. No need to modify. Directml working, this is super helpful for folks with AMD cards. |
That would be fine. No much clue since my last nv burned years ago🤣 |
switch Non-NVIDIA onnx version from CPU to directml version to support whatever GPU in windows,
which could handle CPU inference too.