Skip to content

Commit

Permalink
chore: bump Zygote version
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jan 8, 2025
1 parent c81629b commit f0f7fdf
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ StaticArraysCore = "1.4.3"
Statistics = "1.10"
Tracker = "0.2.37"
WeightInitializers = "1"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
julia = "1.10"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Reactant = "0.2.11"
StableRNGs = "1"
StaticArrays = "1"
WeightInitializers = "1"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
julia = "1.10"

[sources]
Expand Down
2 changes: 1 addition & 1 deletion examples/Basics/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ComponentArrays = "0.15.18"
ForwardDiff = "0.10"
Lux = "1"
Optimisers = "0.4.1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/BayesianNN/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Lux = "1.2"
Random = "1"
Tracker = "0.2.37"
Turing = "0.34, 0.35"
Zygote = "0.6.69"
Zygote = "0.6.69, 0.7"
2 changes: 1 addition & 1 deletion examples/CIFAR10/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Random = "1.10"
Reactant = "0.2.12"
StableRNGs = "1.0.2"
Statistics = "1.10"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/DDIM/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Setfield = "1"
StableRNGs = "1.0.2"
Statistics = "1.10"
TensorBoardLogger = "0.1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/HyperNet/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ MLDatasets = "0.7"
MLUtils = "0.4"
OneHotArrays = "0.2.5"
Optimisers = "0.4.1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/ImageNet/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Optimisers = "0.4.1"
ParameterSchedulers = "0.4.2"
Random = "1.10"
Setfield = "1.1.1"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/NeuralODE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Optimisers = "0.4.1"
OrdinaryDiffEqTsit5 = "1"
SciMLSensitivity = "7.63"
Statistics = "1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/SimpleChains/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ OneHotArrays = "0.2.5"
Optimisers = "0.4.1"
Random = "1"
SimpleChains = "0.4.6"
Zygote = "0.6.69"
Zygote = "0.6.69, 0.7"
2 changes: 1 addition & 1 deletion lib/LuxLib/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ StaticArrays = "1.9.7"
Statistics = "1.10"
Test = "1.10"
Tracker = "0.2.36"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
4 changes: 2 additions & 2 deletions lib/LuxTestUtils/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LuxTestUtils"
uuid = "ac9de150-d08f-4546-94fb-7472b5760531"
authors = ["Avik Pal <[email protected]>"]
version = "1.7.0"
version = "1.7.1"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -40,5 +40,5 @@ Optimisers = "0.3.4, 0.4"
ReverseDiff = "1.15.3"
Test = "1.10"
Tracker = "0.2.36"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
julia = "1.10"
2 changes: 1 addition & 1 deletion lib/MLDataDevices/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ SafeTestsets = "0.1"
SparseArrays = "1.10"
Test = "1.10"
Tracker = "0.2.36"
Zygote = "0.6.69"
Zygote = "0.6.69, 0.7"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ StaticArrays = "1.9"
Statistics = "1.10"
Test = "1.10"
Tracker = "0.2.37"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"

0 comments on commit f0f7fdf

Please sign in to comment.