-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Updated for Torch v1.10.2, and NNlib >= v0.8 #64
Conversation
3db9d60
to
5d1cfc1
Compare
b8c7c7b
to
4afecd8
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
4afecd8
to
78fcb8f
Compare
78fcb8f
to
f547c13
Compare
Will merge this tomorrow if there are no objections. |
Will to some extent also remedy #20 - a re-build of Torch_jll using lazy artifacts is required before CUDA can be optional on Linux x86_64: JuliaPackaging/Yggdrasil#9785 |
f547c13
to
b3eb223
Compare
Replaced Torch_jll v1.4 with TorchCAPI_jll v0.2; TorchCAPI_jll v0.2 is supported by Torch_jll v1.10.2. Torch_jll uses extended platform selection (platform augmentation) which requires Julia 1.7+. Updated Julia wrapper using Julia wrapper generator (using Julia 1.11). Updated usages of functions changed in FluxML#61 (Updated C wrapper): at_grad_set_enabled.
Testing on Julia 1.6 with CUDA is no longer possible, as the extended platform selection (platform augmentation) requires Julia 1.7+.
b3eb223
to
77ecce7
Compare
Replaced Torch_jll v1.4 with TorchCAPI_jll v0.2; TorchCAPI_jll v0.2 is supported by Torch_jll v1.10.2.
Torch_jll uses extended platform selection (platform augmentation) which requires Julia 1.7+.
Updated Julia wrapper using Julia wrapper generator (using Julia 1.11).
Updated usages of functions changed in #61 (Updated C wrapper): E.g.,
at_grad_set_enabled
.Also:
Resolves #17
Resolves #42
Resolves #50
Resolves #54
Also,