Skip to content

Commit

Permalink
Install from git url (#874)
Browse files Browse the repository at this point in the history
* Install from git url

* Update README.md
  • Loading branch information
msaroufim committed Nov 17, 2023
1 parent 9bf854e commit ddf8150
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 @@ -85,13 +85,19 @@ Get started with Axolotl in just a few steps! This quickstart guide will walk yo

**Requirements**: Python >=3.9 and Pytorch >=2.0.

`pip3 install "axolotl[flash-attn,deepspeed] @ git+https://github.com/OpenAccess-AI-Collective/axolotl"`

### For developers
```bash
git clone https://github.com/OpenAccess-AI-Collective/axolotl
cd axolotl

pip3 install packaging
pip3 install -e '.[flash-attn,deepspeed]'
```

### Usage
```bash
# finetune lora
accelerate launch -m axolotl.cli.train examples/openllama-3b/lora.yml

Expand Down

0 comments on commit ddf8150

Please sign in to comment.