Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xffxff committed Nov 12, 2024
1 parent f9d4080 commit 082a6c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pip install -e .
# or install with dev dependencies if you want to contribute to the project
pip install -e .[dev]

pip install grouped_gemm
pip install flash-attn --no-build-isolation
```

Expand Down Expand Up @@ -87,6 +88,11 @@ Checkout these [inference examples](https://github.com/rhymes-ai/Aria/tree/main/

## Fine-tuning

> **Note:** For optimal fine-tuning performance, install the optional `grouped_gemm` dependency:
> ```bash
> pip install grouped_gemm
> ```
We offer both LoRA fine-tuning and full parameter tuning, using various dataset types:
- Single-image datasets
- Multi-image datasets
Expand Down

0 comments on commit 082a6c0

Please sign in to comment.