diff options
author | Eric Buehler <65165915+EricLBuehler@users.noreply.github.com> | 2023-09-12 06:06:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 11:06:21 +0100 |
commit | 25aacda28eff79d14be09d636275b0351d81069d (patch) | |
tree | 6e929af6c49f9301f876679eade636432dbce6d8 /README.md | |
parent | 7a62aad24a5d8b1d8cb351e5ef77a7b3457a74b8 (diff) | |
download | candle-25aacda28eff79d14be09d636275b0351d81069d.tar.gz candle-25aacda28eff79d14be09d636275b0351d81069d.tar.bz2 candle-25aacda28eff79d14be09d636275b0351d81069d.zip |
Add useful libraries section (#825)
* Add useful libraries section
* Add link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -101,6 +101,16 @@ trunk serve --release --port 8081 And then head over to [http://localhost:8081/](http://localhost:8081/). +<!--- ANCHOR: useful_libraries ---> + +## Useful Libraries +- `candle-lora` + - [`candle-lora`](https://github.com/EricLBuehler/candle-lora) provides a LoRA implementation that conforms to the official `peft` implementation. + +If you have an addition to this list, please submit a pull request. + +<!--- ANCHOR_END: useful_libraries ---> + <!--- ANCHOR: features ---> ## Features |