From 25aacda28eff79d14be09d636275b0351d81069d Mon Sep 17 00:00:00 2001 From: Eric Buehler <65165915+EricLBuehler@users.noreply.github.com> Date: Tue, 12 Sep 2023 06:06:21 -0400 Subject: [PATCH] Add useful libraries section (#825) * Add useful libraries section * Add link --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 01c2bb8b..c3e35d33 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,16 @@ trunk serve --release --port 8081 And then head over to [http://localhost:8081/](http://localhost:8081/). + + +## 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. + + + ## Features