-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
could not load library "libdoeye_caml" on windows #32
Comments
I have the same issue on macOS. |
I have the same on Ubuntu 20.04 |
Same issue on Ubuntu 18.04.4 |
The torch version currently needs cuda 10.1 for torch 1.14 so maybe that is why. PyTorch 1.15 can support newer cuda versions, so will need to update that |
@DhairyaLGandhi You mean Torch 1.4 and PyTorch 1.5? The latest Libtorch is 1.6.0 btw.
Yet I have it here |
Yes that's right |
I get similar error on Ubuntu 20.04.
|
You need cuda installed in the system for that, which seems to be missing @sidml |
How difficult is it to upgrade libtorch to v1.6? I would be happy to make a PR myself if someone could point me in the right direction. |
Shouldn't be too hard. We need to change the urls to the binaries with the correct cuda and cudnn here https://github.com/JuliaPackaging/Yggdrasil/blob/master/T/Torch/build_tarballs.jl After that, hopefully, the wrappers would build easily. |
It's already present in the readme :) |
This 13-month old blog post : https://fluxml.ai/blog/2020/06/29/acclerating-flux-torch.html mentions that Torch.jl assumes Linux. Is that still the case? I'm seeing this problem when I try Torch.jl on Windows. |
Yes. Windows support seems to be blocked on JuliaPackaging/Yggdrasil#1529, so CMake expertise would be welcome. |
Closing - for further info cf. #26. |
Torch.jl wont precompile on my Windows machine, I also updated CUDA to version 11.0:
I get the following error:
When I search my hard drive for "libdoeye_caml", I only find this one instance:
C:\Users\jason.julia\packages\Torch\o9HpT\src\wrap\libdoeye_caml_generated.jl:
How can I get this to work? What have I done wrong?
The text was updated successfully, but these errors were encountered: