-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Error message #2259
Comments
This is something to do with CUDA.jl (you should be able to replicate it by just running |
I think this is a huge problem for newcomers to Flux. |
This should not happen for most users because the vast majority of them either don't have Nvidia drivers installed or have a recent enough (<3yrs I think, if not even earlier) version. If for some reason you're not able to update the relevant drivers on your machine (e.g. that's locked down), I think the CUDA.jl developers might be able to provide some advice on workarounds. |
Do you have a GPU on this machine? |
No I do not |
Then the error seems to be that you installed GPU drivers on a system without a GPU which is confusing CUDA. There is not much we can do on Flux's end other than making CUDA.jl a package extension which is already in the works. Like Brian mentioned, this error isn't something most users would run into, since most systems without a GPU would not have a GPU driver installed. I'm guessing you installed one by mistake on your system. |
Another scenario I've seen is HPC login and worker nodes where a stub or out of date CUDA drivers/libraries are loaded by default. Not sure how much overlap that has with this, however. Again though, we are very much not the experts on troubleshooting this and the CUDA.jl + JuliaGPU folks are, so your time may be better spent working though the issue with them. |
I just installed Julia 1.9 and the first two packages I added are Flux.jl & Plots.jl.
I get a CUDA error message which should be unnecesarry bc I'm not using GPU:
The text was updated successfully, but these errors were encountered: