Skip to content

Commit

Permalink
fix: remove tracing overload
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 4, 2024
1 parent 68a8e92 commit d7051ed
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 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.4"
MLDataDevices = "1.3"
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.2"
MLDataDevices = "1.4"
Expand Down
1 change: 0 additions & 1 deletion ext/LuxReactantExt/LuxReactantExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ 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.2"
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.3"
MLDataDevices = "1.3"
Expand Down

0 comments on commit d7051ed

Please sign in to comment.