From fbe4a11fea93a16208a48f6e50ba5f1fc890bf57 Mon Sep 17 00:00:00 2001 From: James Melvin Date: Sat, 30 Mar 2024 21:25:02 +0530 Subject: [PATCH] doc: cleanup --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e9722b173..ca0828490d 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,7 @@ Get started with Axolotl in just a few steps! This quickstart guide will walk yo git clone https://github.com/OpenAccess-AI-Collective/axolotl cd axolotl -pip3 install packaging -pip3 install ninja +pip3 install packaging ninja pip3 install -e '.[flash-attn,deepspeed]' ``` @@ -1305,8 +1304,7 @@ Please run below to setup env git clone https://github.com/OpenAccess-AI-Collective/axolotl cd axolotl -pip3 install packaging -pip3 install ninja +pip3 install packaging ninja pip3 install -e '.[flash-attn,deepspeed]' pip3 install -r requirements-dev.txt -r requirements-tests.txt