We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we rely on many dependencies which are not really needed, including:
Others are only needed in Tests, including:
For some packages it is unclear if we still need them, including:
All of these need to be verified and removed if possible.
The text was updated successfully, but these errors were encountered:
We probably also don't need CUDA. All of the GPU code should be written with KernelAbstractions (which also doesn't have CUDA in its dependencies).
CUDA
KernelAbstractions
Sorry, something went wrong.
We have a Lux dependency because of backends/lux.jl. Do we really need this?
backends/lux.jl
Is ForwardDiff needed in anything Theo wrote, for example for HNNs?
ForwardDiff
#121 gets rid of (i) CUDA, (ii) GPUArrays, (iv) ForwardDiff and (v) Lux.
GPUArrays
Lux
No branches or pull requests
Currently we rely on many dependencies which are not really needed, including:
Others are only needed in Tests, including:
For some packages it is unclear if we still need them, including:
All of these need to be verified and removed if possible.
The text was updated successfully, but these errors were encountered: