Skip to content

Commit

Permalink
CompatHelper: bump compat for Flux to 0.15, (keep existing compat) (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Dec 7, 2024
1 parent 2b06ba2 commit 3a9eb92
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,21 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"

[sources]
HuggingFaceTokenizers = {rev = "main", url = "https://github.com/MurrellGroup/HuggingFaceTokenizers.jl"}
LowRankLayers = {rev = "main", url = "https://github.com/MurrellGroup/LowRankLayers.jl"}
[sources.HuggingFaceTokenizers]
rev = "main"
url = "https://github.com/MurrellGroup/HuggingFaceTokenizers.jl"

[sources.LowRankLayers]
rev = "main"
url = "https://github.com/MurrellGroup/LowRankLayers.jl"

[extensions]
MetalExt = "Metal"

[compat]
Accessors = "0.1.38"
Distributions = "0.25"
Flux = "0.14"
Flux = "0.14, 0.15"
LogitSamplers = "0.1"
LowRankLayers = "0.1"
Metal = "1"
Expand Down

0 comments on commit 3a9eb92

Please sign in to comment.