Skip to content

Commit

Permalink
Add more links
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Sep 10, 2023
1 parent 67de77a commit 005d4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[![MIT License](https://img.shields.io/badge/License-MIT-informational)](LICENSE)
[![Continuous integration](https://github.com/EricLBuehler/candle-lora/actions/workflows/ci.yml/badge.svg)](https://github.com/EricLBuehler/candle-lora/actions/workflows/ci.yml)

LoRA (low rank adaptation) implemented in Rust for use with Candle.
LoRA (low rank adaptation) implemented in Rust for use with [`Candle`](https://github.com/huggingface/candle/tree/main).

It is based upon [this implementation](https://github.com/microsoft/LoRA/tree/main), which mirrors what HuggingFace's `peft` library implements. See the original paper [here](https://arxiv.org/pdf/2106.09685.pdf).
It is based upon [this implementation](https://github.com/microsoft/LoRA/tree/main), which mirrors what HuggingFace's [`peft`](https://github.com/huggingface/peft/tree/main) library implements. See the original paper [here](https://arxiv.org/pdf/2106.09685.pdf).

candle-lora is able to convert:
- `Linear` -> `LoraLinear`
Expand Down

0 comments on commit 005d4f6

Please sign in to comment.