Skip to content

Commit

Permalink
Merge pull request #1248 from JuliaSymbolics/compathelper/new_version…
Browse files Browse the repository at this point in the history
…/2024-08-30-00-25-53-678-03820521869

CompatHelper: bump compat for LuxCore in [weakdeps] to 1, (keep existing compat)
  • Loading branch information
ChrisRackauckas authored Sep 7, 2024
2 parents 67ba68e + 578e766 commit 99d0d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ LaTeXStrings = "1.3"
LambertW = "0.4.5"
Latexify = "0.16"
LogExpFunctions = "0.3"
LuxCore = "0.1.11"
LuxCore = "1"
MacroTools = "0.5"
NaNMath = "1"
Nemo = "0.45, 0.46"
Expand Down
2 changes: 1 addition & 1 deletion ext/SymbolicsLuxCoreExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module SymbolicsLuxCoreExt
using LuxCore, Symbolics

@register_array_symbolic LuxCore.stateless_apply(
model::LuxCore.AbstractExplicitLayer, x::AbstractArray, ps::Union{NamedTuple, <:AbstractVector}) begin
model::LuxCore.AbstractLuxLayer, x::AbstractArray, ps::Union{NamedTuple, <:AbstractVector}) begin
size = LuxCore.outputsize(model, x, LuxCore._default_rng())
eltype = Real
end
Expand Down

0 comments on commit 99d0d9a

Please sign in to comment.