Skip to content

Commit

Permalink
Require 1.11 (#11)
Browse files Browse the repository at this point in the history
* Require 1.11
  • Loading branch information
AntonOresten authored Nov 29, 2024
1 parent 3e6e63d commit 0c6f78c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '1.9'
- '1.11'
- 'pre'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Metal = "1"
NNlib = "0.9"
SafeTensors = "1"
StatsBase = "0.34"
julia = "1.9"
julia = "1.11"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


We've split this into a few (unregistered) packages, so you'll need to add them all, and you need JSON3 for loading the configs:
```julia
```
] add JSON3
] add https://github.com/MurrellGroup/HuggingFaceTokenizers.jl
] add https://github.com/MurrellGroup/LowRankLayers.jl
Expand Down
8 changes: 8 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
HuggingFaceTokenizers = "a6888d44-1185-43bb-bd0f-7806f9976d18"
Jjama3 = "1285d783-1a6d-4703-8f05-8ac83ef55592"
LogitSamplers = "1b30fcfc-0ee9-4be2-9cfe-b2289b43e041"
LowRankLayers = "b66182ab-a85c-43b0-99bd-d85cc47c5e50"

[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"}

0 comments on commit 0c6f78c

Please sign in to comment.