Skip to content

Commit

Permalink
Merge pull request #2374 from vpuri3/patch-1
Browse files Browse the repository at this point in the history
Support Adapt.jl v4
  • Loading branch information
ToucheSir authored Jan 30, 2024
2 parents 6fd3dbd + e333e04 commit 3eed5fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Flux"
uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c"
version = "0.14.10"
version = "0.14.11"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -36,14 +36,14 @@ FluxMetalExt = "Metal"

[compat]
AMDGPU = "0.7, 0.8"
Adapt = "3.0"
Adapt = "3, 4"
CUDA = "4, 5"
ChainRulesCore = "1.12"
Compat = "4.10.0"
Functors = "0.4"
MLUtils = "0.4"
MacroTools = "0.5"
Metal = "0.5"
Metal = "0.5, 1"
NNlib = "0.9.1"
OneHotArrays = "0.2.4"
Optimisers = "0.2.12, 0.3.0"
Expand Down

2 comments on commit 3eed5fa

@ToucheSir
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/99911

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.14.11 -m "<description of version>" 3eed5fa1ba0a6febdf9100e4ec77a6eaf6a8874b
git push origin v0.14.11

Please sign in to comment.