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 dfb11b5
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 0 deletions.
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" }

0 comments on commit dfb11b5

Please sign in to comment.