Kaitlin Maile

Results 3 comments of Kaitlin Maile

I am having the same issue both locally and on a cluster. Both have Julia 1.5.3 and CUDA 11.0. ``` julia> using Torch [ Info: Precompiling Torch [6a2ea274-3061-11ea-0d63-ff850051a295] ERROR: LoadError:...

Locally ``` julia> versioninfo() Julia Version 1.5.3 Commit 788b2c77c1* (2020-11-09 13:37 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i5-7440HQ CPU @ 2.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-10.0.1...

My first errors were produced with the latest version release. On master locally, I get ``` libcublas.so.10: cannot open shared object file: No such file or directory ``` On master...