From 8ab13004dcbaae295b4fe67857812f4dd05c4caf Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Tue, 16 Jul 2024 18:30:06 -0700 Subject: [PATCH] fix: move replicate rrule to LuxCore --- Project.toml | 2 +- src/chainrules.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0999bd2d3..b355e5c24 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Lux" uuid = "b2108857-7c20-44ae-9111-449ecde12c47" authors = ["Avik Pal and contributors"] -version = "0.5.61-DEV" +version = "0.5.61" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/src/chainrules.jl b/src/chainrules.jl index aed8b8db3..2e72c018a 100644 --- a/src/chainrules.jl +++ b/src/chainrules.jl @@ -1,5 +1,4 @@ # Non Differentiable Functions -CRC.@non_differentiable replicate(::Any) # TODO: move to LuxCore.jl CRC.@non_differentiable compute_adaptive_pooling_dims(::Any, ::Any) CRC.@non_differentiable istraining(::Any) CRC.@non_differentiable _get_norm_except_dims(::Any, ::Any)