Closed GlenHenshaw closed 8 months ago
I would report the LoadError from CUDA.jl error there since Flux has no control over it, but the more immediate issue is that something else in your global environment is forcing Flux to be downgraded. My recommendation would be to create a new environment for Flux + other non-global packages as is good practice, but if you must have it globally then try force ] add
ing the latest version of Flux and see what Pkg says about compat conflicts.
I cannot reproduce this