-
Notifications
You must be signed in to change notification settings - Fork 75
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
Can't compile package with Flux v0.14.23 #201
Comments
we will soon release a patch in Flux addressing the issue |
@CarloLucibello the issue persists with 0.14.24 as well, because |
That said we could provide easily a deprecation path in Flux defining |
@CarloLucibello Personally the device functionality changes should be considered as breaking. See also FluxML/Flux.jl#2513 |
FluxML/Flux.jl#2513 is a bug indeed, but the adaptors were never publicly exposed I think |
For the FluxAdaptor types, yes, but the whole device functionality in Flux would affect many aspects, not to mention MLDataDevice.jl is a different implementation that might introduce inconsistency, but that’s just my two cents. |
Flux recently changed the way it handles GPU backends, so there is no GPU_BACKEND variable anymore. Transformers.jl relies on it, so it crashes during precompilation.
The text was updated successfully, but these errors were encountered: