Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Nov 29, 2024
1 parent 0c6f78c commit c05ba5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

## Latest

- Now with support for the Qwen 2.5 (eg. [base](https://huggingface.co/collections/Qwen/qwen25-66e81a666513e518adb90d9e), [Qwen2.5-Coder](https://huggingface.co/collections/Qwen/qwen25-coder-66eaa22e6f99801bf65b0c2f), amd [Qwen2.5-Math](https://huggingface.co/collections/Qwen/qwen25-math-66eaa240a1b7d5ee65f1da3e)).
- Now with support for Qwen 2.5 (eg. [base](https://huggingface.co/collections/Qwen/qwen25-66e81a666513e518adb90d9e), [Qwen2.5-Coder](https://huggingface.co/collections/Qwen/qwen25-coder-66eaa22e6f99801bf65b0c2f), and [Qwen2.5-Math](https://huggingface.co/collections/Qwen/qwen25-math-66eaa240a1b7d5ee65f1da3e)).

## 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
] 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
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
```

## Quickstart
Expand Down

0 comments on commit c05ba5d

Please sign in to comment.