Skip to content

Commit

Permalink
upping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinuzziFrancesco committed Jan 13, 2025
1 parent 07b536a commit 5ad74c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RecurrentLayers"
uuid = "78449bcf-6750-4b78-9e82-63d4a1ccdf8c"
authors = ["Francesco Martinuzzi"]
version = "0.2.4"
version = "0.2.5"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -11,7 +11,7 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"

[compat]
Compat = "4.16.0"
Flux = "0.16"
Flux = "0.16.1"
Functors = "0.5.2"
NNlib = "0.9.27"
julia = "1.10"
Expand Down
1 change: 1 addition & 0 deletions src/RecurrentLayers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ using Flux: _size_check, _match_eltype, chunk, create_bias,
default_rng, Chain, Dropout
import Flux: initialstates
import Functors: functor
#to remove
using NNlib: fast_act, sigmoid_fast, tanh_fast, relu

export MGUCell, LiGRUCell, IndRNNCell, RANCell, LightRUCell, RHNCell,
Expand Down

0 comments on commit 5ad74c1

Please sign in to comment.