Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 28, 2023
1 parent 37723e4 commit ef8695c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ Together, these macros mean that `candle-lora` can be added to any `candle` mode
2) Call `get_lora_model` on each model struct.
3) Enjoy your new LoRA model!


## Examples

See some examples of transformers from Candle which have added LoRA support [here](candle-lora-transformers/examples/). Currently, the following transformers have been
converted:
## LoRA transformers
See transformers from Candle which have LoRA integrated [here](candle-lora-transformers/examples/). Currently, the following
transformers have been converted:
- `llama`
- `mistral`
- `falcon`
- `bert`
- `stable_lm`
- `t5`
- `dinov2`
- `dinov2`

## Examples

```rust
use candle_core::{DType, Device, Module, Result, Tensor};
Expand Down

0 comments on commit ef8695c

Please sign in to comment.