-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to Functors v0.5 (#1069)
* feat: update LuxCore to latest Functors * fix: lock in LuxCore versions * feat: update MLDataDevices to support latest Functors * test: disable Flux tests for now * ci: use MLDataDevices in LuxTestUtils * refactor: use fmap to implement recursive ops * chore: bump ADTypes to 1.10 * fix: don't preserve structure in checks * chore: bump minimum versions
- Loading branch information
Showing
49 changed files
with
240 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Lux" | ||
uuid = "b2108857-7c20-44ae-9111-449ecde12c47" | ||
authors = ["Avik Pal <[email protected]> and contributors"] | ||
version = "1.2.3" | ||
version = "1.3.0" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
@@ -66,14 +66,14 @@ LuxTrackerExt = "Tracker" | |
LuxZygoteExt = "Zygote" | ||
|
||
[compat] | ||
ADTypes = "1.8.1" | ||
ADTypes = "1.10" | ||
Adapt = "4.1" | ||
ArgCheck = "2.3" | ||
ArrayInterface = "7.10" | ||
CUDA = "5.3.2" | ||
ChainRulesCore = "1.24" | ||
Compat = "4.15" | ||
ComponentArrays = "0.15.16" | ||
Compat = "4.16" | ||
ComponentArrays = "0.15.18" | ||
ConcreteStructs = "0.2.3" | ||
DispatchDoctor = "0.4.12" | ||
Enzyme = "0.13.13" | ||
|
@@ -82,20 +82,20 @@ FastClosures = "0.3.2" | |
Flux = "0.14.25" | ||
ForwardDiff = "0.10.36" | ||
FunctionWrappers = "1.1.3" | ||
Functors = "0.4.12" | ||
Functors = "0.5" | ||
GPUArraysCore = "0.1.6, 0.2" | ||
LinearAlgebra = "1.10" | ||
LossFunctions = "0.11.1" | ||
LuxCore = "1" | ||
LuxCore = "1.2" | ||
LuxLib = "1.3.7" | ||
MLDataDevices = "1.5" | ||
MLDataDevices = "1.6" | ||
MLUtils = "0.4.4" | ||
MPI = "0.20.19" | ||
MacroTools = "0.5.13" | ||
Markdown = "1.10" | ||
NCCL = "0.1.1" | ||
NNlib = "0.9.24" | ||
Optimisers = "0.3.3, 0.4" | ||
Optimisers = "0.3.4, 0.4" | ||
Preferences = "1.4.3" | ||
Random = "1.10" | ||
Reactant = "0.2.4" | ||
|
@@ -107,7 +107,7 @@ SimpleChains = "0.4.7" | |
Static = "1.1.1" | ||
StaticArraysCore = "1.4.3" | ||
Statistics = "1.10" | ||
Tracker = "0.2.34" | ||
Tracker = "0.2.36" | ||
WeightInitializers = "1" | ||
Zygote = "0.6.70" | ||
julia = "1.10" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.