Skip to content

Commit

Permalink
(drop me): try installing reactant master
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jan 20, 2025
1 parent 8d8661b commit 2a33df9
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }

[sources.LuxCore]
path = "lib/LuxCore"

Expand Down
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Zygote = "0.6.70"
julia = "1.10"

[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
Lux = { path = "../" }
LuxLib = { path = "../lib/LuxLib" }
LuxCUDA = { path = "../lib/LuxCUDA" }
Expand Down
4 changes: 4 additions & 0 deletions examples/CIFAR10/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Reactant = "0.2.12"
StableRNGs = "1.0.2"
Statistics = "1.10"
Zygote = "0.6.70"


[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
3 changes: 3 additions & 0 deletions examples/ConvolutionalVAE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ Optimisers = "0.4"
Printf = "1.10"
Random = "1.10"
Reactant = "0.2.9"

[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
4 changes: 4 additions & 0 deletions examples/PINN2DPDE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ Printf = "1.10"
Random = "1.10"
Reactant = "0.2"
Statistics = "1.10"


[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
4 changes: 4 additions & 0 deletions examples/PolynomialFitting/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ Printf = "1.10"
Random = "1.10"
Reactant = "0.2.14"
Statistics = "1.10"


[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
4 changes: 4 additions & 0 deletions examples/RealNVP/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"


[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
4 changes: 4 additions & 0 deletions examples/SimpleChains/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ Random = "1"
Reactant = "0.2"
SimpleChains = "0.4.6"
Zygote = "0.6.69"


[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
4 changes: 4 additions & 0 deletions examples/SimpleRNN/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ Lux = "1"
MLUtils = "0.4"
Optimisers = "0.4.1"
Reactant = "0.2"


[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
4 changes: 4 additions & 0 deletions lib/LuxCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ ReverseDiff = "1.15"
Setfield = "1"
Tracker = "0.2.36"
julia = "1.10"


[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
2 changes: 2 additions & 0 deletions lib/LuxLib/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
[sources]
LuxCore = {path = "../LuxCore"}
MLDataDevices = {path = "../MLDataDevices"}
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }


[extensions]
LuxLibAppleAccelerateExt = "AppleAccelerate"
Expand Down
4 changes: 4 additions & 0 deletions lib/MLDataDevices/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ Zygote = "0.6.69, 0.7"
cuDNN = "1.3"
julia = "1.10"
oneAPI = "1.5, 2"


[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }
4 changes: 4 additions & 0 deletions lib/WeightInitializers/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ SpecialFunctions = "2.4"
Statistics = "1.10"
julia = "1.10"
oneAPI = "1.5.0, 2"


[sources]
Reactant = { url = "https://github.com/EnzymeAD/Reactant.jl" }

0 comments on commit 2a33df9

Please sign in to comment.