diff --git a/README.md b/README.md index ad5fa379a0..b4b7b1e67f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,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 packaging ninja pip3 install -e '.[flash-attn,deepspeed]' ``` @@ -683,7 +683,7 @@ Please run below to setup env git clone https://github.com/OpenAccess-AI-Collective/axolotl cd axolotl -pip3 install packaging +pip3 install packaging ninja pip3 install -e '.[flash-attn,deepspeed]' pip3 install -r requirements-dev.txt -r requirements-tests.txt