diff --git a/Project.toml b/Project.toml index 61240c0..de44bf0 100644 --- a/Project.toml +++ b/Project.toml @@ -22,10 +22,6 @@ Metal = "dde4c033-4e86-420c-a63e-0dd931031962" rev = "main" url = "https://github.com/MurrellGroup/HuggingFaceTokenizers.jl" -[sources.LowRankLayers] -rev = "main" -url = "https://github.com/MurrellGroup/LowRankLayers.jl" - [extensions] MetalExt = "Metal" diff --git a/README.md b/README.md index 1576d93..80e2bf3 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,10 @@ ## Installation - -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: +Add JSON3 for loading the configs, and the unregistered HuggingFaceTokenizers dependency for tokenization, in addition to Jjama3: ``` ] add JSON3 add https://github.com/MurrellGroup/HuggingFaceTokenizers.jl - add https://github.com/MurrellGroup/LowRankLayers.jl - add https://github.com/MurrellGroup/LogitSamplers.jl add https://github.com/MurrellGroup/Jjama3.jl ```