Skip to content

Commit

Permalink
CompatHelper: add new compat entry for LogitSamplers at version 0.1, …
Browse files Browse the repository at this point in the history
…(keep existing compat)
  • Loading branch information
CompatHelper Julia committed Dec 2, 2024
1 parent 5a10927 commit 37cb021
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"

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

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

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

[extensions]
MetalExt = "Metal"
Expand All @@ -30,6 +37,7 @@ MetalExt = "Metal"
BytePairEncoding = "0.5"
Distributions = "0.25"
Flux = "0.14"
LogitSamplers = "0.1"
LowRankLayers = "1.0.0"
Metal = "1"
NNlib = "0.9"
Expand Down

0 comments on commit 37cb021

Please sign in to comment.