Skip to content

Commit

Permalink
change vers and add cudnn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Orozco committed May 2, 2024
1 parent c1e544a commit a11600c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"

[compat]
CUDA = "1, 2, 3, 4"
CUDA = "1, 2, 3, 4, 5"
ChainRulesCore = "0.8, 0.9, 0.10, 1"
Flux = "0.11, 0.12, 0.13"
Flux = "0.11, 0.12, 0.13, 0.14"
JOLI = "0.7, 0.8"
NNlib = "0.7, 0.8"
NNlib = "0.7, 0.8, 0.9"
TimerOutputs = "0.5"
Wavelets = "0.9, 0.10"
julia = "1"
Expand Down

0 comments on commit a11600c

Please sign in to comment.