From ddf815022a70086e975bed75b820e1be51483a68 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Fri, 17 Nov 2023 09:50:51 -0800 Subject: [PATCH] Install from git url (#874) * Install from git url * Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c859426af..740697f53 100644 --- a/README.md +++ b/README.md @@ -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