Replies: 2 comments
-
If there are required dll files in PATH, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I Install HIP SDK 5.7 and ZLUDA.
Add their folders to PATH and replace HIP SDK library (6750XT gfx1031) from ROCmLibs.
Install torch by
pip install torch==2.2.0 torchvision --index-url https://download.pytorch.org/whl/cu118
Replace
cublas64_11.dll cusparse64_11.dl nvrtc64_112_0.dll
totorch\lib
.Then I got False from:
And got True from:
But I saw you use torch.cuda in other project without zluda.exe. How can I do there?
Thank.
Beta Was this translation helpful? Give feedback.
All reactions