Skip to content

Commit

Permalink
fix: remove tracing overload
Browse files Browse the repository at this point in the history
[skip ci] [skip docs] [skip benchmarks] [skip tests]
  • Loading branch information
avik-pal committed Nov 5, 2024
1 parent f70ea17 commit 863de31
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Functors = "0.4.12"
GPUArraysCore = "0.1.6, 0.2"
LinearAlgebra = "1.10"
LossFunctions = "0.11.1"
LuxCore = "1"
LuxCore = "1.1"
LuxLib = "1.3.7"
MLDataDevices = "1.5"
MLUtils = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ LinearAlgebra = "1.10"
Literate = "2.18.0"
Lux = "1"
LuxCUDA = "0.3.2"
LuxCore = "1"
LuxCore = "1.1"
LuxLib = "1.3.4"
LuxTestUtils = "1.4"
MLDataDevices = "1.4"
Expand Down
2 changes: 0 additions & 2 deletions ext/LuxReactantExt/LuxReactantExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ using Setfield: @set!
using Static: False

using Lux: Lux, LuxOps, Training
using LuxCore: AbstractLuxLayer
using Lux.Training: TrainingBackendCache, ReactantBackend

include("tracing.jl")
include("training.jl")

end
6 changes: 0 additions & 6 deletions ext/LuxReactantExt/tracing.jl

This file was deleted.

2 changes: 1 addition & 1 deletion lib/LuxLib/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Hwloc = "3.2"
KernelAbstractions = "0.9.27"
LinearAlgebra = "1.10"
LoopVectorization = "0.12.171"
LuxCore = "1"
LuxCore = "1.1"
MKL = "0.7"
MLDataDevices = "1.5"
Markdown = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ InteractiveUtils = "<0.0.1, 1"
LinearAlgebra = "1.10"
Logging = "1.10"
LoopVectorization = "0.12.171"
LuxCore = "1.0"
LuxCore = "1.1"
LuxLib = "1.3.4"
LuxTestUtils = "1.4"
MLDataDevices = "1.3"
Expand Down

0 comments on commit 863de31

Please sign in to comment.